-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsty.css
More file actions
55 lines (44 loc) · 916 Bytes
/
sty.css
File metadata and controls
55 lines (44 loc) · 916 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
body{
background-image: url(./images/JackSparrow.jpg);
background-repeat: no-repeat;
background-position: center;
background-attachment:fixed;
background-size: 100% 100%;
}
p{
color: aliceblue;
text-align: center;
font-size: large;
}
h1{
color: rgb(255, 255, 255);
font-size: 95px;
font: Arial, sans-serif;
text-align: center;
}
a{
text-decoration: none;
}
button{
width:100px;
height: 50px;
color: rgb(192, 255, 220);
background-color: rgb(18, 33, 61);;
border-radius: 25px;
}
div {
padding-top: 10px;
margin: auto;
width:100px;
height: 100px;
align-items: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
div img{
width: 500px;
height:500px;
margin-bottom:20px;
}