-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwipro.css
More file actions
111 lines (89 loc) · 1.73 KB
/
Copy pathwipro.css
File metadata and controls
111 lines (89 loc) · 1.73 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
#aside form{background-color: #04AA6D;border-radius: 25px;}
h3{ background-color: aquamarine; color:blue}
/* form css*/
form {border: 3px solid #f1f1f1;}
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
button {
background-color:forestgreen;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: auto;
}
button:hover {
opacity: 0.8;
}
.cancelbtn {
width: auto;
padding: 14px 20px;
background-color: #f44336;
}
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
}
img.avatar {
width: 25%;
border-radius: 50%;
}
.container {
padding: 16px;
font-family: Arial, Helvetica, sans-serif;
}
span.psw {
float: right;
padding-top: 30px;
}
#foot {
background-color:black;
color:yellow;
clear:both; /* do not allow floating elements on left or right side */
text-align:center;
padding:10px;
}
/* social networking styles*/
.fa {
padding: 20px;
font-size: 30px;
width: 30px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 50%;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #3B5998;
color: white;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-google {
background: #dd4b39;
color: white;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.fa-youtube {
background: #bb0000;
color: white;
}
.fa-instagram {
background: #125688;
color: white;
}