-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain2.css
More file actions
139 lines (129 loc) · 2.44 KB
/
Copy pathmain2.css
File metadata and controls
139 lines (129 loc) · 2.44 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
131
132
133
134
135
136
137
138
139
.navbar .navbar-brand{
color: rgba(255, 255,255, 0.85);
font-size: 1rem;
}
#home{
background-image: radial-gradient(circle at bottom, #ebbea6, #5dcad1);
font-family: 'Lobster', cursive;
line-height: 1.4;
/*border: 8px solid #ebbea6;*/ /* 8px Width, the style and border color*/
border: 8px solid #ebbea6;
border-radius: 15px;
color: #ebbea6;
box-shadow: inset 0px 70px 15px 0px #13292a,
inset 0px -50px 15px 0px #13292a;
}
.highlight{
color: #13292a;
}
.jumbotron{
text-shadow: 0.5px 0.5px 0px #ebbea6;
background: #2e6467;
}
.btn{
border-radius: 50px 10px;
background: #ebbea6;
border-color: #13292a;
color: #13292a;
font-weight: bold;
margin-top: 40px;
}
.btn:hover{
background-color: #5dcad1;
color: #13292a;
}
.row{
padding-left: 20px;
padding-right: 20px;
margin-top: 50px;
}
#projects{
color: black;
}
.progress-bar {
font-size: 18px;
}
.card{
background-image: radial-gradient(circle at top, #5dcad1, #13292a, #2e6467, #ebbea6);
font-family: 'Lobster', cursive;
color: #5dcad1;
background: #13292a;
}
.pic{
border: 3px dashed #2e6467;
/*border-style: dashed;*/
border-radius: 50px 10px; /* or use short-hand 50px 10px ---top-left, top-right, bottom-left, bottom-right*/
max-height: 230px;
max-width: 100%;
padding: 7px 7px 7px 7px;
}
.form-div{
color: #5dcad1;
background: #13292a;
border-radius: 50px 10px;
}
#form-btn{
background-color: #5dcad1;
}
#form-btn:hover{
background-color: #ebbea6;
color: #13292a;
}
.about {
color:#13292a;
}
/* .card-img-top {
width: 100%;
height: 15vw;
object-fit: cover;
}
*/
.pic:hover {
transition: all .5s;
transform: scale(1.2) rotate(360deg);
border-radius: 50%;
}
.intro {
color:#13292a;
padding-bottom: 3px;
}
#marquee{
color:#13292a;
font-size: 20px;
}
.copyright {
color:#ebbea6;
}
.socicons-list {
list-style: none;
display: flex;
justify-content: center;
margin-bottom: 30px;
}
.socicons-list li {
margin: 20px 10px 10px 10px;
}
.socicons-list li a {
text-decoration: none;
padding: 10px;
font-size: 30px;
border-radius: 50%;
color: #fff;
background-color: #f1f1f1;
transition: all ease-in-out 150ms;
}
.socicons-list li a:hover {
text-shadow: 0 5px 10px #13292a;
}
.socicons-list li:nth-child(3) a {
background-color: #3e5b98;
}
.socicons-list li:nth-child(1) a {
background-color: #AD5C51;
}
.socicons-list li:nth-child(2) a {
background-color: #0077B5;
}
.socicons-list li:nth-child(4) a {
background-color: #1DA1F2;
}