-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (57 loc) · 960 Bytes
/
style.css
File metadata and controls
59 lines (57 loc) · 960 Bytes
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
header, footer{
width: 100%;
height: 60px;
background-color: lightblue;
padding: 10px 5px;
font : bold 20px arial;
}
.first-part{
display: flex;
justify-content: space-around;
}
.first{
width: 50%;
height: 100%;
margin: 10px;
background-color: rgba(3, 12, 19, 0.493);
border-radius : 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
article{
background-color: lightblue;
margin: 10px;
border-radius : 20px;
padding:10px;
text-align: center;
align-items: center;
}
img{
width: 95%;
height: 95%;
border-radius: 20px;
}
.sec_one{
width: 25%;
height: 100px;
}
.sec_two{
width: 35%;
height: 100px;
}
.sect-video{
display: flex;
justify-content: center;
}
li{
float: left;
width: 30%;
text-align: center;
list-style-type: none;
}
label{
display: inline-block;
width: 200px;
margin: 10px;
}