-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTML3.css
More file actions
105 lines (82 loc) · 1.16 KB
/
HTML3.css
File metadata and controls
105 lines (82 loc) · 1.16 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
body{
background-color: rgb(190, 187, 187);
padding: 0px 16%;
}
header{
width: 100%;
}
header img{
width: 100%;
height: 222px;
border: white 1px solid;
}
.text{
position: absolute;
color: white;
top: 34px;
left: 316px;
}
.nav{
padding: 0;
list-style-type: none;
margin: 0;
overflow: hidden;
background-color: grey;
}
.nav li{
float: left;
min-width: 16%;
border-right: 1px solid #c7b7b79e;
}
.nav2 a {
text-align: center;
text-decoration: none;
display: block;
color:rgb(228, 220, 220);
}
.nav2 a:hover{
background-color: white;
}
button{
background-color: rgb(229 219 219 / 77%);
}
footer{
text-align: center;
}
.content{
display: flex;
border-bottom: 1px solid white;
}
.comtainer{
background-color: rgb(104, 99, 99);
}
.col-3{
flex: 0 0 25%;
width: 25%;
}
.block{
padding-left: 10px;
}
.col-9{
flex: 0 0 75%;
width: 75%;
}
.others{
display: flex;
}
.subscription{
margin: 10px;
border-right: 1px solid white;
}
.services{
margin: 10px;
}
.menu{
padding-left: 10px;
}
ul{
padding-left: 10px;
}
.last{
padding: 10px;
}