-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMember.css
More file actions
58 lines (45 loc) · 892 Bytes
/
Member.css
File metadata and controls
58 lines (45 loc) · 892 Bytes
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
h1
{
text-align: center;
text-transform: capitalize;
}
.column{
/* border:5px double pink; */
margin:20px;
display: flex;
flex-direction: row;
}
.column2{
/* border:5px double pink; */
margin:20px;
display: flex;
flex-direction: column;
}
html{
background-color: rgb(198, 183, 107);
}
label ,p{
background-image: linear-gradient(120deg,green,red);
width:500px;
/* margin-top: 20px; */
padding: 20px;
display: block;
/* border:5px solid blue; */
font-size: 30px;
font-weight: bold;
/* padding-left: px; */
}
a{
boder:5px dashed red;
font-size: 20px;
align-content: center;
}
img{
/* flex-direction: column; */
/* display: inline; */
/* align-content:flex-start; */
/* border:5px solid red; */
width:800px;
margin-left: 30px;
height:500px;
}