-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
87 lines (70 loc) · 1.07 KB
/
styles.css
File metadata and controls
87 lines (70 loc) · 1.07 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
body{
background-color: #C1A3A3;
font-family: 'Merriweather', serif;
text-align: center;
padding: 150px;
}
.h1-name{
font-family: 'Sacramento', cursive;
color: #6C4A4A;
margin: 0 auto 0 auto;
font-size: 60px;
width: 300px;
}
.p-about_me{
font-family: 'Caveat', cursive;
font-size: 30px;
color: #6C4A4A;
width: 200px;
margin: 0 auto 0 auto;
}
.top-cloud{
position: absolute;
top: 90px;
right: 350px;
height: 200px;
width: 200px;
}
.bottom-cloud{
position: absolute;
top: 200px;
left: 300px;
height: 200px;
width: 200px;
}
.mountain{
width: 70%;
}
.profile{
padding-top: 70px;
}
.footer-link{
padding-left: 20px;
text-decoration: none;
}
.gmail-btn{
text-decoration: none;
}
.bottom-container{
padding-top: 12px;
}
.myprofile{
height: 235px;
width: 235px;
}
.skill-profile{
height: 235px;
width: 235px;
}
.hobbies{
height: 235px;
width: 235px;
}
.qoute{
font-size: 18px;
letter-spacing: 1px;
line-height: 1.5;
}
.copyright{
padding-top: 50px;
}