-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
84 lines (83 loc) · 1.52 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
@import url(https://fonts.googleapis.com/css2?family=Oswald);
@import url(https://fonts.googleapis.com/css2?family=Roboto);
#circle{
width: 60px;
height: 60px;
background-color:#ffff00;
position:fixed;
border-radius:50%;
opacity:0.7;
pointer-events: none;
}
body{
background-color: #141414;
color: #808080;
}
.logo, a, h1, h2{
font-family: "Oswald";
font-weight: 600;
}
a{
font-size: 30px;
margin: 10px;
text-decoration: none;
color: #808080;
}
.logo{
font-size: 50px;
flex: 1 1 auto;
margin-left: 5%;
text-decoration: none;
color: #ffff00;
}
h1{
font-size: 80px;
color:#ffff00;
align:left;
margin-top: -200px;
margin-left: 30px;
}
h2{
font-size: 40px;
}
div{
font-family: "Roboto", sans-serif;
font-weight: 600;
}
.navbar{
position: fixed;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
height: 70px;
z-index: 1;
}
.nav{
display: flex;
justify-content: right;
list-style: none;
margin-right: 5%;
}
#portfolio, #clients, #about, #contact{
margin-left: 30px;
margin-right: 30px;
margin-top: 70px;
}
#contact{
margin-bottom: 70px;
line-height: 35px;
display: flex;
justify-content: right;
list-style: none;
display: table;
}
#text{
font-weight: 900;
}
img{
margin-left: 65%;
margin-top: 35px;
}