-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHospital_submission.css
More file actions
40 lines (39 loc) · 908 Bytes
/
Hospital_submission.css
File metadata and controls
40 lines (39 loc) · 908 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
body{
max-width: 1440px;
background-color:black;
color: antiquewhite;
margin: auto;
overflow: hidden;
}
body div{
height: 250px;
width:600px;
border: 5px solid white;
margin-top: 150px;
margin-left: 400px;
-Webkit-box-reflect:below 0.5px linear-gradient( transparent, antiquewhite);
box-shadow:0 0 5px #00f0fb, 0 0 15px #00f0fb, 0 0 25px #00f0fb, 0 0 100px #00f0fb;
}
h1 ,h2{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: x-large;
text-align: center;
}
a{
display: flex;
align-items: center;
justify-content: center;
font-size: 25px;
position: relative;
margin: 25px;
text-decoration: none;
}
button{
font-weight: 500px;
font-size: 20px;
border-radius:5px ;
cursor: pointer;
padding: 2px 10px;
color: yellow;
background-color: #983636;
}