-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
91 lines (91 loc) · 1.98 KB
/
styles.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
87
88
89
90
91
@font-face {
font-family: 'Comfortaa';
src: url('fonts/Comfortaa-Light.woff2'),
url ('fonts/Comfortaa-Light.woff');
font-wight: 300;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Comfortaa';
src: url('fonts/Comfortaa-Regular.woff2'),
url ('fonts/Comfortaa-Regular.woff');
font-wight: 400;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Comfortaa';
src: url('fonts/Comfortaa-Medium.woff2'),
url ('fonts/Comfortaa-Medium.woff');
font-wight: 500;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Comfortaa';
src: url('fonts/Comfortaa-SemiBold.woff2'),
url ('fonts/Comfortaa-SemiBold.woff');
font-wight: 600;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Comfortaa';
src: url('fonts/Comfortaa-Bold.woff2'),
url ('fonts/Comfortaa-Bold.woff');
font-wight: 700;
font-display: swap;
font-style: normal;
}
h1 {
border-radius: 15px;
box-shadow: rgba(0, 128, 0, 0.452);
text-align: center;
margin: auto;
padding: 25px 20px 10px 20px;
width: 600px;
font-weight: 700;
height: 50px;
background-color: rgba(0, 128, 0, 0.363);
}
p {
font-weight: 300;
}
body{
width: 100%;
height: 100vh;
background-image: url(Images/background.jpg);
font-size: 16px;
background-position: center;
background-size: cover;
font-family: 'Comfortaa', sans-serif;
font-weight: 400;
}
img{
border-radius: 10px;
border: rgba(0, 128, 0, 0.452) 3px solid;
box-shadow: 10px rgba(0, 128, 0, 0.452);
}
hr {
border-radius: 15px;
border: 1px solid;
}
.imgcenter {
text-align: center;
}
.textcenter {
text-align: center;
}
nav {
width: 960px;
margin: 0 auto;
}
nav ul {
display: table;
margin: 0 auto;
}
nav li {
float:none;
}
html body {overflow: hidden;}