-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
69 lines (67 loc) · 1.01 KB
/
Style.css
File metadata and controls
69 lines (67 loc) · 1.01 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
*{
margin: 0;
padding: 0;
background-color: black;
color: whitesmoke;
font-family: 'Montserrat', sans-serif;
}
.title-name{
font-size: 4em;
position: absolute;
top: 100px;
left: 40px;;
}
.search-bar{
position: absolute;
top: 20px;
left: 300px;
}
.landing-section{
position: relative;
height: 100%;
}
.text-container{
font-size: 1.5em;
color: whitesmoke;
position: absolute;
top: 400px;
left: 20%;
}
.nav-img{
position: absolute;
width: 0%;
top: 30%;
left: 1%;
}
.html-img{
width: 10%;
position: absolute;
bottom: -600px;
left: 60%;
}
.changecolor{
color: #8591E3;
}
.whiteclr{
color: whitesmoke;
}
.button{
font-size: 2em;
position: absolute;
border: 3px solid white;
top: 550px;
left: 20%;
}
.button:hover {
background-color: #8591E3;
color: black;
}
.options{
float: left;
}
.theme-switcher{
position: absolute;
font-size: 25px;
top: 10px;
left: 55%;
}