-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
101 lines (84 loc) · 1.54 KB
/
Copy pathstyle.css
File metadata and controls
101 lines (84 loc) · 1.54 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
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&family=Poppins&display=swap');
nav {
background-color: #1d3c6d;
overflow: hidden;
display: flex;
align-items: center;
justify-content: space-around;
min-height: 8vh;
}
.heading {
color: white;
text-transform: uppercase;
letter-spacing: 5px;
font-size: 20px;
}
.nav_links {
display: flex;
justify-content: space-around;
width: 30%;
}
.nav_links a {
float: right;
color: #FFFFFF;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
border-radius: 12px;
}
.nav_links a:hover {
background-color: #ec9d65;
color: #0a3d66;
}
.nav_links a.active {
background-color: #bf5658;
color: white;
}
body {
background-color: #1d3c6d ;
font-family: 'Maven Pro', sans-serif;
}
h1 {
text-align: left;
margin: 50px;
}
h3 {
margin: 50px;
font-size: 50px;
}
h4 {
margin-right: 50px;
}
img {
width: 400px;
float: right;
border-radius: 50%;
margin-left: 50px;
margin-right: 50px;
}
button {
margin-left: 100px;
background-color:#bf5658;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 12px;
}
p {
margin-left: 100px;
}
section{
/*
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;*/
height: 60vh;
color:white;
margin: 100px;
}