-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
119 lines (113 loc) · 2.51 KB
/
styles.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
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
body {
margin:0px;
text-align: center;
font-family:Verdana, Geneva, Tahoma, sans-serif;
}
h1 {
margin-top: 50px;
margin-bottom: 0%;
font-family: 'Kaushan Script', cursive;
font-size: 60px;
color:#205295;
}
h3 {
font-size: 2.5em;
font-family: cursive;
color:#205295;
}
h2 {
color:#205295;
}
.top-container {
background-color: #A8D1D1;
padding: 0px;
color:#82AAE3;
line-height: 230%;
}
.tech2 {
position: absolute;
border-radius: 90%;
left: 300px;
top: 100px;
}
.tech1 {
position:relative;
left: 300px;
border-radius: 80%;
}
hr {
border-style:none;
border-top-style: dotted;
border-color:floralwhite;
border-width: 7px;
width:10%;
margin: 50px auto 50px auto;
}
.top-container {
margin-bottom: 0%;
}
.myself {
border-radius: 90%;
margin: 0%;
}
.middle-container {
background-color: #A8D1D1;
padding-top: 0%;
}
.bottom-container {
background-color:#061386;
padding-top: 20px;
padding-bottom: 1px;
}
a {
color:#ffffff;
margin: 10px 20px;
text-decoration: none;
}
a:hover {
color: black;
}
.copywright {
color:#ffffff;
}
.whole {
background-color: #A8D1D1;
}
p {
color:#4e8de6;
font-family:Arial, Helvetica, sans-serif;
font-size: larger;
width: 40%;
margin: 40px auto 40px auto;
}
.btn {
background: #3934d9;
background-image: -webkit-linear-gradient(top, #3934d9, #2980b9);
background-image: -moz-linear-gradient(top, #3934d9, #2980b9);
background-image: -ms-linear-gradient(top, #3934d9, #2980b9);
background-image: -o-linear-gradient(top, #3934d9, #2980b9);
background-image: linear-gradient(to bottom, #3934d9, #2980b9);
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn:hover {
background: #3cfcf2;
background-image: -webkit-linear-gradient(top, #3cfcf2, #3497d9);
background-image: -moz-linear-gradient(top, #3cfcf2, #3497d9);
background-image: -ms-linear-gradient(top, #3cfcf2, #3497d9);
background-image: -o-linear-gradient(top, #3cfcf2, #3497d9);
background-image: linear-gradient(to bottom, #3cfcf2, #3497d9);
text-decoration: none;
}
.web {
padding-bottom: 40px;
}
.contact-me {
margin-bottom: 70px;
}