-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.css
More file actions
78 lines (63 loc) · 1.35 KB
/
Copy pathindex.css
File metadata and controls
78 lines (63 loc) · 1.35 KB
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
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
body {
background-image: url(images/bgnewpixel.png);
height: 100vh;
}
#textprint #footer {
margin-left: 10%;
margin-right: 10%;
}
#myText {
margin-left: 50px;
box-sizing: border-box;
border: 3px solid black;
border-radius: 20%;
background-color: salmon;
color: blanchedalmond;
width: 5em;
height: 2em;
font-size: 1em;
}
#btn {
border: 5px solid black;
border-radius: 20%;
font-size: 0.5em;
background-color: salmon;
}
label {
margin-left: 250px;
font-weight: 800;
color: black;
}
input {
border-width: 20%;
}
form {
font-size: 3em;
font-family: 'Pacifico', cursive;
}
#textprint {
font-family: 'Pacifico', cursive;
font-size: 3em;
color: teal;
font-weight: 500;
margin-left: 250px;
font-weight: 800;
}
#print {
font-family: 'Pacifico', cursive;
color: rgb(255, 65, 160);
margin-left: 250px;
background-color: rgba(28, 250, 239, 0.63);
border-radius: 50px;
width: 65%;
}
a {
font-family: 'Pacifico', cursive;
font-size: 3em;
color: black;
margin-left: 350px;
font-weight: 1000;
background-color: rgba(255, 248, 220, 0.527);
border-radius: 40%;
}