-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
139 lines (126 loc) · 2.44 KB
/
style.css
File metadata and controls
139 lines (126 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
html{
scroll-behavior: smooth;
background-image: url("images/b.jpg");
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#page-container {
position: relative;
min-height: 100vh;
}
#content-wrap {
padding-bottom: 2.5rem;
}
#navbar{
z-index: auto;
padding-top: 2vh;
display: flex;
justify-content: center;
align-items: center;
}
.navbar_cell{
float: left;
width: 18vw;
height: 40px;
border: 1px solid black;
border-radius: 10vh;
background-color: blanchedalmond;
display: flex;
justify-content: center;
align-items: center;
}
.article
{
/* border: 10px solid black; */
padding-left: 10vw;
padding-top: 10vh;
padding-bottom: 10vh;
padding-right: 10vw;
}
.article header{
z-index: 3;
background-image: url("images/f.jpg");
opacity: 0.8;
font-size: xxx-large;
background-size: cover;
border-radius: 10vh;
display: flex;
position: relative;
top: 50px;
min-height: 100px;
justify-content: center;
align-items: center;
border-style: solid;
box-shadow: 3px 3px 3px #000000;
/* z-index: -1; later handler it with js po najechaniu myszka */
}
.article_content{
z-index: 2;
background-image: url("images/e.jpg");
opacity: 0.8;
font-size: x-large;
background-size: cover;
background-color: violet;
border-radius: 10vh;
padding-left: 2vw;
padding-right: 2vw;
padding-top: 1vh+50px;
padding-bottom: 1vh;
box-shadow: 30px 30px 30px #000000;
text-align: center;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 2.5rem; /* Footer height */
text-align: center;
}
.article_text{
padding-top: 50px;
text-align: center;
font-size: xx-large;
}
#equation{
height: 30%;
width: 30%;
}
#canvas3{
z-index:2;
margin-top:-620px;
}
/* first law animation */
.animation{
z-index: 2;
background-color: white;
border-radius: 10vh;
box-shadow: 30px 30px 30px #000000;
width: 1100px;
height: fit-content;
margin: auto;
margin-top: 10vh;
}
#introduce_first_law{
margin-left:21% ;
float: left;
width: 19%;
margin-top: 14%;
}
#first_law_picture{
padding-top: 10%;
width: 55%;
margin-left: 45%;
}
#first_law_animation{
clear: both;
text-align: center;
}
#form{
padding-left: 10px;
}
#form2,#secondLawAnimation{
text-align: center;
padding-top: 20px;
}