-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
120 lines (100 loc) · 1.55 KB
/
Copy pathstyle.css
File metadata and controls
120 lines (100 loc) · 1.55 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
body {
font-family: Arial, Helvetica, sans-serif;
}
.main {
background-color: violet;
margin:20px auto;
width:20%;
border-radius: 5px;
padding:50px;
}
.btn {
background-color: white;
border-radius: 25px;
padding:15px;
border:none;
font-weight: bold;
width:60%;
}
.container2 {
width:30%;
margin:20px auto;
border:1px solid lightgrey;
border-radius: 5px;
}
.profile-div {
padding:20px;
font-size:large;
}
.img {
width:60px;
border-radius: 50%;
height:60px;
padding:30px;
}
.profile {
border-top: 1px solid lightgray;
color:lightskyblue;
padding:20px;
}
.container3 {
width:30%;
margin:20px auto;
border:1px solid lightgray;
}
.content {
padding:20px;
}
.feature-img {
width:100%;
}
.view-detail {
border: 1px solid lightgray;
color:blue;
background-color:transparent;
padding: 15px;
width:40%;
}
.subscribe {
text-transform: uppercase;
}
.container4 {
width:30%;
margin: 20% auto;
}
.align {
text-align: center;
}
.input-box {
text-align: center;
}
.textBox {
padding:10px;
width:50%;
margin:10px;
border-radius: 10px;
border:1px solid lightgray;
}
.extra-small {
font-size: xx-small;
}
.login-btn {
color:white;
background-color: black;
padding:10px;
width:50%;
border-radius: 20px;
}
.member {
font-size:x-small
}
.underline {
text-decoration: underline;
}
.inputPass{
position: relative;
}
.inputPass span{
position: absolute;
top: 20px;
}