-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
120 lines (120 loc) · 1.92 KB
/
style.css
File metadata and controls
120 lines (120 loc) · 1.92 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
*{
font-family: sans-serif;
}
body{
width:70%;
margin:auto;
margin-top: 20px;
}
.nav{
width: 100%;
height: 68px;
color:rgb(255, 255, 255);
background: linear-gradient(to right, #3b36e7 0%, #03bef2 100%);
}
.text{
float: left;
line-height: 0.7;
margin-top:10px;
margin-left:15px
}
.text h3{
margin-top: 10px;
margin-bottom: 5px;
}
.button{
border: .5px solid rgb(97, 77, 243);
float: right;
margin-right: 20px;
margin-top:25px;
font-weight: bold;
background-color: #0290b8;
padding: 5px;
border-radius: 12px;
padding-left: 10px;
padding-right: 10px;
}
.text p{
font-size: 14px;
}
.main
{
width: 100%;
height: 400px;
}
.content{
float: left;
border:0.5px solid rgba(208, 206, 206, 0.963);
width: 20%;
height:70%;
margin-top:30px;
margin-left: -220px;
padding: 10px;
line-height: 20px;
}
.item{
float:right;
width:70%;
height: 100%;
}
.child1{
border:0.5px solid rgba(208, 206, 206, 0.963);
padding:5px;
width: 95%;
}
.child1 p{
color:grey;
margin-top: 3px;
font-size: 12px;
}
.child1 h3{
margin-bottom: 0px;
}
.child2{
width: 100%;
margin-top: 20px;
}
.gc{
border:0.5px solid rgba(208, 206, 206, 0.963);
width:32%;
float: left;
margin: 2px;
border-radius: 3px;
}
.gc p{
font-size: 10px;
color:rgb(128, 128, 128);
margin-top: 0px;
margin-left:10px;
}
.gc h5{
margin: 0px 10px;
}
.fix{
clear:both;
}
.child3{
border:0.5px solid rgba(208, 206, 206, 0.963);
height: 200px;
margin-top: 10px;
}
.img{
width: 100px;
height: 100px;
float:left;
background:linear-gradient(to right, #18b5e5 0%, #2828de 100%);
border-radius: 50%;
}
.textarea{
float:right;
width:60%;
padding: 10px;
margin-right:20px;
}
.textarea p{
font-size: 10px;
}
.textarea h5{
margin-top: 20px;
margin-left: 0px;
}