-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
70 lines (70 loc) · 1.04 KB
/
style.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
body {
background-image: url(hogwarts_ceiling.png);
background-repeat: no-repeat;
background-size: 1280px 1250px;
height: 750px;
width: 1280px;
color: lightcyan;
}
h1 {
text-align: center;
font-size: 2.3em;
color: lightskyblue;
font-family: fantasy;
}
.movie {
font-size: 1.2em;
}
.flex {
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
}
.butt {
display: flex;
justify-content: center;
flex-direction: column;
flex-wrap: wrap;
background: transparent;
outline: none;
border: none;
}
.house {
display: flex;
justify-content: center;
flex-direction: column;
flex-wrap: wrap;
}
.logo {
height: 115px;
width: 150px;
display: flex;
justify-content: center;
}
/* #g {
background: transparent;
outline: none;
border: none;
}
#s {
background: transparent;
outline: none;
border: none;
}
#h {
background: transparent;
outline: none;
border: none;
}
#r {
background: transparent;
outline: none;
border: none;
} */
#gryf {
width: 120px;
}
#hup {
width: 120px;
}