-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpsite.css
More file actions
130 lines (119 loc) · 2.15 KB
/
psite.css
File metadata and controls
130 lines (119 loc) · 2.15 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
body{
background-color:#E0FFFF;
color: #11999E;
text-align: center;
font-family: 'Merriweather', serif;
}
a{
color: #11999E;
font-family: 'Merriweather', serif;
margin: 10px 20px;
text-decoration: none;
}
a:hover{
color: #eaf6f6;
}
hr {
border: dotted #EAF6F6 6px;
border-bottom: none;
width: 5%;
border-color: #424040;
margin: 100px auto;
}
h1{
font-family: 'Sacramento', cursive;
font-size: 70px;
color: #47b9b9;
}
h2{
text-align: center;
font-family: 'Merriweather', serif;
color: #000000;
}
p {
line-height: 2;
}
.top-container
{
background-color:#E0FFFF;
height: 225px;
position: relative;
padding-top: 100px;
}
.middle-container
{
padding: 100px 0px;
}
.bottom-container
{
background-color: #66bfbf;
padding: 50px 0px 20px;
}
.cloud1{
position: relative;
left: 200px;
}
.mountain-image
{ position:relative;
border-radius: 50px;
opacity: 30%;
}
.cloud2
{
position: relative;
right: 200px;
}
.pp{
border-radius: 50%;
}
.skill-row{
width: 50%;
margin: 100px auto auto auto;
line-height: 2;
}
.webomoji{
width: 25%;
border-radius: 50%;
position: relative;
float: left;
margin: 25px;
}
.guitarimage{
width: 25%;
float: right;
border-radius: 50%;
position: relative;
}
.skills{
text-align: left;
padding: 100px 0px;
}
.code-text {
text-align: right;
}
.hobby-text {
text-align: 75%;
}
.btn {
-webkit-border-radius: 8;
-moz-border-radius: 8;
border-radius: 8px;
font-family: Arial;
color: #ffffff;
font-size: 20px;
background: #3498db;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}
.copyright {
color: #11999E;
}