forked from Sarafossati/little-printer-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
129 lines (115 loc) · 2.94 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Montserrat", sans-serif;
}
body {
display: flex;
flex-direction: column;
justify-self: center;
align-items: center;
text-align: center;
padding: 0 15px;
}
/* index.html */
h1 {
color: #0069b4;
font-weight: 900;
font-size: 35px;
padding-top: 1em;
}
.cta-workshop div {
background-color: #0069b4;
border-radius: 30px;
padding: 30px;
margin: 2em 0;
height: 100px;
}
a {
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
color: #ffffff;
font-size: 24px;
}
footer a {
cursor: pointer;
text-decoration: underline;
color: #0069b4;
}
footer section i {
background-color: #ff4655;
border-radius: 50%;
height: 40px;
width: 40px;
padding-top: 10px;
color: #ffffff;
margin: 2em 7px;
}
.rettangolo {
height: 300px;
width: 300px;
background-color: white;
border: 6px solid #ff4655;
background-image: url(http://165.22.66.236:2222/api/render?url=https://sudoku-del-giorno.netlify.app&output=screenshot&viewport.width=384&screenshot.selector=%23scontrino);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
.buttons {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
#editorjs {
width: 384px;
padding-top: 25px;
}
.rettangolo{
height: 300px;
width: 300px;
background-color: white;
border: 6px solid #FF4655;
background-image: url(http://165.22.66.236:2222/api/render?url=https://sudoku-del-giorno.netlify.app&output=screenshot&viewport.width=384&screenshot.selector=%23scontrino);
background-position: center;
background-repeat: no-repeat;
background-size: 300px 300px ;
}
.rettangolo-drink{
background-image: url(http://165.22.66.236:2222/api/render?url=https://cocktailrandom.netlify.app&output=screenshot&viewport.width=384&screenshot.selector=%23scontrino);
height: 500px;
width: 300px;
background-color: white;
border: 6px solid #FF4655;
background-position: center;
background-repeat: no-repeat;
background-size:auto;
}
.rettangolo-covid{
background-image: url(http://165.22.66.236:2222/api/render?url=https://covid-italy-little-printer.netlify.app/&output=screenshot&viewport.width=384&screenshot.selector=%23scontrino);
height: 900px;
width: 300px;
background-color: white;
border: 6px solid #FF4655;
background-position: center;
background-repeat: no-repeat;
background-size: auto;
}
.rettangolo-poesia{
background-image: url(http://165.22.66.236:2222/api/render?url=https://poesia-del-giorno.netlify.app/&output=screenshot&viewport.width=384&screenshot.selector=%23scontrino);
height: 355px;
width: 416px;
background-color: white;
border: 6px solid #FF4655;
background-position: center;
background-repeat: no-repeat;
background-size: auto;
}
.display-none {
display: none;
}
.codex-editor__redactor {
padding-bottom: 0px !important;
}