-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.css
55 lines (48 loc) · 965 Bytes
/
home.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
.prof {
border-radius: 50%;
}
html, body {
background-color: lightblue;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
margin: 0px;
padding: 0px;
font-family: 'Open Sans', sans-serif;
background: linear-gradient(to bottom, rgba(231, 240, 245, 1) 0%, rgba(170, 221, 235, 1) 100%);
}
a:link {
color: purple;
background-color: transparent;
text-decoration: none;
font-family: 'Roboto', sans-serif;
font-size: 18px
}
#icons {
padding-right: 30px;
padding-left: 80px;
margin-top: .2%;
text-align: left;
display: inline-block;
width: 300px; }
.wrapper {
align-items: left;
max-width: 50%;
display: flex;
flex-direction: row;
}
.left, .right {
margin: 5px;
max-width: 50%;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.left {
align-items: center;
justify-content: center;
line-height: 0px;
font-family: 'Roboto', sans-serif;
}