-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmain.css
More file actions
122 lines (112 loc) · 2.45 KB
/
main.css
File metadata and controls
122 lines (112 loc) · 2.45 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
body, html {
height:fit-content;
font-family: 'Montserrat', sans-serif;
text-align: center;
color: #935633;
}
body{
background-image: url("../Assets/newbg.png") ;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
#logo{
position: relative;
top:30px;
}
.subtitle span{
color: #ffffff;
font-size: 20px;
margin-right: 0.25em;
}
.container{
padding-top: 20px;
}
#logo{
margin-bottom: 1em;
}
.subtitle{
font-size: 1rem;
font-weight: bold;
color: #C6ac81;
}
.link-tree{
padding: 0.5em 0;
display: flex;
flex-direction: column;
z-index: 10;
}
a{
text-decoration: none;
border: none;
}
.link{
z-index: 10;
font-size: 1rem;
font-weight: 700;
color: white;
margin-bottom: 1.2em;
padding: .85em 1.25em;
box-shadow: 4px 4px 2px rgba(150, 75, 0, 0.12);
border-radius: 5px;
transition: all 250ms;
text-align: start;
display: flex;
flex-direction: row;
align-items: center;
}
.link:last-child{
margin-bottom: 0;
}
.link:hover{
background-color: rgba(150, 75, 0, 0.8);
transform: scale(1.05);
}
.copyright{
font-size: 0.8rem;
color:rgb(231, 231, 231);
}
@media (min-width:450px) {
body{
background-image: url("../Assets/biobg.svg") ;
background-position: center center;
}
.link-tree{
margin: 0 auto;
width: 400px;
}
}
#link0{
background-image: linear-gradient(to right, rgba(60, 157, 246, 1),rgba(91, 150, 238, 0.25) );
}#link1{
background-image: linear-gradient(to right, rgba(5, 250, 34, 1),rgba(124, 255, 92, 0.25) );
}#link2{
background-image: linear-gradient(to right, rgba(60, 157, 246, 1),rgba(91, 150, 238, 0.25) );
}#link3{
background-image: linear-gradient(to right, rgb(61, 54, 54),rgba(26, 26, 26, 0.25) );
}#link4{
background-image: linear-gradient(to right, rgba(60, 157, 246, 1),rgba(91, 150, 238, 0.25) );
}#link5{
background-image: linear-gradient(to right, rgba(236, 56, 110, 1),rgba(236, 56, 110, 0.25) );
}#link6{
background-image: linear-gradient(to right, rgba(60, 157, 246, 1),rgba(91, 150, 238, 0.25) );
}
#con{
color: white;
font-size: 1rem;
margin-top: 0;
}
.contact a{
margin-top: 0;
color: #C6ac81;
}
.img1{
margin-right: 0.5em;
height: 25px;
width: 25px;
}
.fa-twitter-square{
font-size: 1.4rem;
border: 1px solid white;
border-radius: 50%;
}