a | b/css/style-prediction.css | ||
---|---|---|---|
1 | html,body { |
||
2 | background-image: url('blur-image.jpg'); |
||
3 | background-attachment: fixed; |
||
4 | background-size: cover; |
||
5 | margin:0px; |
||
6 | height:50vh; |
||
7 | |||
8 | } |
||
9 | |||
10 | .center { |
||
11 | |||
12 | display:flex; |
||
13 | align-items:center; |
||
14 | justify-content:center; |
||
15 | |||
16 | |||
17 | } |
||
18 | |||
19 | .content{ |
||
20 | margin-top:10%; |
||
21 | } |
||
22 | |||
23 | .center img { |
||
24 | max-width: 500px; |
||
25 | max-height: 500px; |
||
26 | margin:0 auto; |
||
27 | margin-top:20px; |
||
28 | margin-bottom:20px; |
||
29 | |||
30 | |||
31 | } |
||
32 | |||
33 | .center h1 { color: #000; text-shadow: 0 0 10px rgba(0,0,0,1); letter-spacing:1px; text-align: center; font-size: 50px; } |
||
34 |