-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcstyle.css
67 lines (59 loc) · 955 Bytes
/
cstyle.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
.profile_pic{
height: 272px;
width:250px;
border:2px solid black;
border-radius: 50%;
background-image: url('imgs/default_img.png');
background-size: cover;
background-repeat: no-repeat;
}
.box{
height: 250px;
border: 1px solid black;
}
#hname{
float:left;
}
.btn_upload{
background-color: transparent;
margin-top : 270px;
border: 0px;
}
.btn_pic_upload:hover{
color:red;
}
.btn_pic_upload{
background-color: transparent;
margin-top : 2px;
border: 0px;
color: blue;
}
.view_body{
margin-top: 40px;
}
.blog_list_profile{
margin-top: 20px;
height: 20px;
border: 1px solid black;
}
.blog_box{
height: 100px;
width: 60%;
border: 1px solid black;
background-color: lightgray;
padding-top: -3px;
padding-left: 10px;
overflow: hidden;
margin-bottom: 10px;
border-radius: 10px;
}
.blog_box:hover{
box-shadow: 0 3px 3px 0;
}
footer{
margin-top: 50px;
height: 50px;
width: 100%;
background-color: black;
color: white;
}