-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBank CSS.txt
62 lines (51 loc) · 1.2 KB
/
Bank CSS.txt
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
## CSS
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Helvetica, sans-serif;
font-size: 14px;
line-height: 1.4;
color: #222;
background-color: #f1f1f1;
}
nav {
background-color: #111;
color: #fff;
padding: 12px;
}
nav ul {
display: flex;
justify-content: space-between;
list-style: none;
}
nav ul li {
margin-right: 10px;
}
nav ul li a {
color: #f1f1f1;
text-decoration: none;
}
header {
background-image: url("https://www.bing.com/images/search?view=detailV2&ccid=avb9nDfw&id=5CA97F3E3C89743E9CE3D151D5BAD36A32AA99E7&thid=OIP.avb9nDfw3kq7NOoP0grM4wHaEK&mediaurl=https%3a%2f%2fmy.alfred.edu%2fzoom%2f_images%2ffoster-lake.jpg&exph=3261&expw=5797&q=image&simid=608012935455139443&FORM=IRPRST&ck=BC88B1E1E31EDA5B01548EEE6BD0ED35&selectedIndex=1&ajaxhist=0&ajaxserp=0");
background-size: cover;
background-position: center;
height: 500px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
header h1 {
font-size: 46px;
font-weight: italics;
text-align: left;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
header p {
font-size: 25px;
font-weight: bold;
text-align: center;
text-shadow: 1px 1px