-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyleNEW.css
More file actions
151 lines (146 loc) · 3.02 KB
/
styleNEW.css
File metadata and controls
151 lines (146 loc) · 3.02 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
.table{
background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
color:white;
margin: 0 auto;
padding: 50px;
text-align: center;
}
.table td,.table th{
vertical-align: middle;
}/*
.table th{
vertical-align: middle;
}*/
h1{
text-align: center;
}
.bg-custom{
background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
border-bottom: 4px solid blue;
color: white;
}
.button,.deleteLink{
background-color:rgb(22, 22, 140);
border: none;
color: white;
padding: 5px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
}
.button:hover{
background-color: rgb(99, 206, 241);
text-decoration: none;
}
.deleteLink:hover{
background-color: rgb(99, 206, 241);
text-decoration: none;
}
.button2{
background-color:rgb(22, 22, 140);
border: none;
color: white;
padding: 5px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-top:170px;
transition-duration: 0.4s;
cursor: pointer;
}
.button2:hover{
background-color: rgb(99, 206, 241);
text-decoration: none;
}
.button3{
background-color:rgb(22, 22, 140);
border: none;
color: white;
padding: 5px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-top:100px;
transition-duration: 0.4s;
cursor: pointer;
}
.button3:hover{
background-color: rgb(99, 206, 241);
text-decoration: none;
}
.button1{
background-color:rgb(22, 22, 140);
border: none;
color: white;
padding: 5px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-top:104px;
transition-duration: 0.4s;
cursor: pointer;
}
.button1:hover{
background-color: rgb(99, 206, 241);
text-decoration: none;
}
.imgBack{
background-image: url("ok.jpg");
padding:200px;
background-size: cover;
}
.mainImg{
background-image: url("main.jpg");
padding:200px;
background-size: cover;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
line-height: 60px; /* Vertically center the text there */
background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
color: white;
text-align: center;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
padding: 60px 15px 0;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
code {
font-size: 80%;
}