-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
80 lines (79 loc) · 1.59 KB
/
styles.css
File metadata and controls
80 lines (79 loc) · 1.59 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
html{
background-color: #828788;
}
header{
height: 10%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: bold;
font-size: 2em;
color: #eeebd9;
text-align: left;
}
body{
min-height: 70%;
height: 70%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: #eeebd9;
padding: 20px;
border-radius: 20px;
}
footer{
height: 10%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
text-align: center;
}
a{
padding: 30px;
font-size: 2em;
color: #eeebd9;
text-decoration: none;
}
a:hover {
color: red;
}
.active{
color: red;
}
.logo{
padding: 10px;
height: 15em;
width: 15em;
margin: auto;
align-content: center;
}
.roundedBox{
border-radius: 30px;
background-color: #1B3D81;
min-width: 30%;
max-width: 30%;
text-align: center;
margin: auto;
}
.roundedProfile{
border-radius: 30px;
background-color: #1b3d81;
min-width: 30%;
max-width: 30%;
text-align: center;
margin: auto;
}
.description{
text-align: center;
padding: 10px;
}
.listProjects{
color: #eeedb9;
display: flex;
flex-direction: row;
}
.contactInfo{
display: flex;
flex-direction: row;
align-items: center;
}
.contact{
padding: 30px;
font-size: 1.5em;
color: #eeedb9;
text-decoration: none;
}