-
Notifications
You must be signed in to change notification settings - Fork 0
/
github.css
66 lines (66 loc) · 1.16 KB
/
github.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
.contents{
background-color:#C5EFF7;
background: linear-gradient(to left,rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5) ),url(https://images.unsplash.com/5/unsplash-kitsune-3.jpg?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=4d46f11aa55f9a4d6aa32a54176fd3bc&auto=format&fit=crop&w=750&q=80) no-repeat center center fixed;
background-size: cover;
}
.well{
background-color:#A2DED0;
font-size: 40px;
}
#input{
width:400px;
}
#input:onfocus{
background-color: yellow;
}
.img{
width:150px;
height:150px;
border-radius: 20px;
}
.userbio ,.username ,.location,.follower ,.btn,.starrer-pro,.following{
text-align: center;
font-family: Monotype Corsiva;
font-size: 25px;
color:#51f1be;
font-weight: 1090px;
}
.info{
font-family:Monotype Corsiva;
font-size: 30px;
}
.footer{
font-size: 20px;
font-family: Monotype Corsiva;
vertical-align: bottom;
color:#31fde9;
}
.fa{
font-size: 20px;
color:red;
}
.fa:hover{
font-size:30px;
}
.ok:hover{
color:red;
font-size: 30px;
}
#searchUser{
margin-left:30px;
width:30%;
height:30px;
font-size: 13px;
}
.me{
font-size: 20px;
color:black;
}
body{
margin:0;
padding: 0;
}
html{
margin:0;
padding:0;
}