forked from Codi-B07/HTML-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyleSheet_HTML3.css
More file actions
130 lines (110 loc) · 2 KB
/
styleSheet_HTML3.css
File metadata and controls
130 lines (110 loc) · 2 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
body {
background-color: rgb(33,43,45);
}
header {
background: url(https://www.arts.ac.uk/__data/assets/image/0032/183983/Banner-Image-Creative-Coding-Article.jpg);
background-repeat: no-repeat;
margin: auto;
width: 1000px;
height: 300px;
margin: left;
color: white;
margin-top: 15px;
border: 1px white solid;
}
h1 {
position: relative;
top: 60px;
left: 50px;
}
header h2{
padding-top: 4%;
font-size: 35px;
padding-left: 5%;
font-family: 'Poppins', sans-serif;
}
header h3{
font-size: 25px;
padding-top: 2%;
padding-left: 5%;
font-family: 'Poppins', sans-serif;
}
.flexContainer {
display: flex;
align-items: center;
justify-content: space-around;
background-color: rgb(59, 63, 63);
margin: auto;
width: 1002px;
height: 45px;
margin-top:20px;
color: white;
font-family: 'Poppins', sans-serif;
}
.vl {
border-left: 1px solid rgb(255, 255, 255);
height: 20px;
}
a {
color: white;
text-decoration: none;
}
a:hover {
color: rgb(0,0,0);
text-decoration: underline;
}
.mainDivision {
color: white;
margin: auto;
width: 1000px;
font-family: 'Poppins', sans-serif;
}
li{
list-style-type: square;
}
.menu{
width: 30%;
float: left;
}
.menu_2{
width: 60%;
float: left;
}
.subscription{
width:45%;
float: left;
}
.otherservices{
width: 45%;
float: left;
position: relative;
padding-left: 1rem;
}
.otherservices::before{
content: "";
position:absolute;
height: 100%;
width: 2px;
background: white;
left:0;
}
.clear{
clear: both;
}
footer{
margin-top: 4%;
text-align: center;
border-top: 1px solid gray;
height: 100px;
line-height: 100px;
color: white;
}
.galleryLine {
margin-bottom: 4%;
border-bottom: 1px solid gray;
height: 100px;
line-height: 100px;
}
.ALL{
opacity: 45%;
}