-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathssuccess.css
166 lines (162 loc) · 4.7 KB
/
ssuccess.css
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #f4f4f4;
color: #333;
}
.container {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
max-width: 800px;
margin: 20px auto;
}
.box {
width: calc(50% - 20px); /* Two boxes per row with margin */
background-color: #fff;
margin: 10px;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;
}
.logo {
width: 100px; /* Adjust the size as needed */
margin-right: 0px; /* Reduced space between logo and h1 */
}
/*h1 {
color: #4CAF50;
margin: 0;
text-align: center;
}*/
.social-links {
text-align: center;
margin-top: 10px; /* Adjust spacing as needed */
page-break-inside: avoid; /* Prevent breaking inside the element */
}
.social-links a {
display: inline-block;
margin: 0 5px; /* Adjust spacing between links */
color: #333;
text-decoration: none;
padding: 5px 10px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 25px;
}
.social-links a:hover {
background-color: #f0f0f0;
}
h2 {
text-align: center;
color: #4CAF50;
}
form, .section {
max-width: 600px;
margin: 20px auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
input[type="text"], input[type="date"], input[type="password"] {
width: calc(100% - 22px);
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 3px;
}
button {
display: block;
width: 100%;
padding: 10px;
background-color: #4CAF50;
color: #fff;
border: none;
border-radius: 3px;
font-size: 16px;
cursor: pointer;
}
button:hover {
background-color: #45a049;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
table, th, td {
border: 1px solid #ccc;
}
th, td {
padding: 10px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
.actions {
display: flex;
gap: 10px;
}
.actions button {
padding: 5px 10px;
font-size: 14px;
}
/*.logo {
display: block;
margin: 0 auto 20px;
width: 100px; /* Adjust the size as needed
} */
.hidden {
display: none;
}
.nav-link {
display: block;
margin: 10px 0;
text-decoration: none;
color: #4CAF50;
font-weight: bold;
text-align: center;
}
.nav-link:hover {
text-decoration: underline;
color: #4CAF50;
}
.nav-link {
text-decoration: none;
color: #333;
font-size: 18px;
transition: color 0.3s ease;
}
.backing{
display: block;
margin: 0 auto 20px;
width: 50px; /* Adjust the size as needed */
position: absolute;
margin-right: 0px; /* Reduced space between logo and h1 */
}
.header-container {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px; /* Adjust spacing as needed */
}
.logo {
width: 100px; /* Adjust the size as needed */
margin-right: 20px; /* Space between logo and h1 */
}
h1 {
text-align: center;
color: #4CAF50;
margin: 0;
}