-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
74 lines (66 loc) · 959 Bytes
/
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
body, html {
height:100%;
width: 100%;
}
body {
background-color: #DAE3E5;
font-family: 'Sunflower', sans-serif;
}
.container{
text-align: center;
width: 70%;
margin:auto;
}
.mainbox{
background-color: white;
width: 370px;
margin: auto;
height: 130px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.info{
padding-top: 20px;
}
.text{
text-align: left;
height: 100%;
line-height: 10%;
margin-left: 105px;
}
p{
font-size: 0.7em;
}
.text>h4{
margin-bottom: 14px;
}
img{
border-radius: 50px;
float:left;
margin-left: 13px;
width: 80px;
}
.title{
color: #7EBDC2;
font-size: 0.9em;
margin-left: 3px;
}
.username{
color: #BB4430;
}
.email, .city{
color: #403F4C;
opacity: 0.7;
font-size: 0.9em;
}
.btn {
border: none;
background-color: #BB4430;
color: white;
display: inline-block;
font-size: 19px;
width: 370px;
padding: 15px 0 15px 0;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}