forked from GDSC-IIIT-Kalyani/Student-Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
57 lines (49 loc) · 782 Bytes
/
style.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
*{
margin:0;
padding:0;
font-family:sans-serif;
}
ul li{
display:inline-block;
list-style:none;
margin:10px 20px;
}
ul li a{
font-weight:bolt;
}
h1{
color:black;
text-align : center;
text-decoration : underline;
}
h1{
text-align:center;
font-weight:bold;
text-decoration:wavy underline;
}
img{
width:200px;
height:100px;
background-color:white;
}
#one{
font-weight:bold;
border:4px solid blue;
background-color:orange;
}
#two{
font-weight:bold;
border:4px solid blue;
background-color:orange;
}
#three{
font-weight:bold;
border:4px solid blue;
background-color:orange;
}
body{
background-image:url("");
}
.social-icon{
color:radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}