-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
88 lines (79 loc) · 1.31 KB
/
style.css
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
body{
background-color: #000000;
font-family: Helvetica;
padding: 0;
margin: 0;
}
header{
background-color: #101010;
color: #ffffff;
margin: 0;
height: 5em;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo{
background-color: #ffffff;
width: 11.375em;
height: 2.3125em;
margin:auto;
margin-left: 8.375em;
text-align: center;
}
img{
width: 75%;
height: 75%;
margin: 5px;
object-fit: contain;
}
ul{
display: flex;
margin-right: 8.375em;
}
li{
list-style: none;
padding: 0 0 0 2.5em;
font-size: 1.25em;
}
a{
text-decoration: none;
color: #ffffff;
}
section{
width: 100vh;
height: 100vh;
display: flex;
align-items: center;
}
.rectangle{
background-color: #101010;
margin-left: 8.375rem;
width: 48em;
height: 20.1875em;
}
a:hover{
text-decoration: underline;
text-underline-offset: 1.75em;
text-decoration-thickness: 4px;
}
.rectangle1{
background-color: #000000;
width: auto;
}
.box1{
background-color: #101010;
margin-left: 8.375rem;
width: 48em;
height: 20.1875em;
}
.rectangle2{
background-color: #101010;
width: auto;
}
.box2{
background-color: #000000;
margin-left: 8.375rem;
width: 48em;
height: 10em;
}