-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-subpage.css
107 lines (97 loc) · 2.48 KB
/
css-subpage.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
* {
box-sizing: border-box;
}
body {
background: radial-gradient(circle, rgba(159,0,0,1) 0%, rgba(159,147,98,1) 100%);
margin: 4vw;
font-family: 'Ariel', sans-serif;
font-size: 5vw;
color : #000;
text-align: justify;
text-justify: auto;
}
img {
/* box-shadow: 5px 5px 20px #FFFFFF; */
border: 1px dotted black;
animation: shake 9.5s;
animation-iteration-count: infinite;
}
/* @keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-4px, -20px) rotate(-1deg); }
20% { transform: translate(-300px, 0px) rotate(1deg); }
30% { transform: translate(30px, 40px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-10px, 200px) rotate(-1deg); }
60% { transform: translate(-30px, 400px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-100px, -10px) rotate(1deg); }
90% { transform: translate(1px, 20px) rotate(0deg); }
100% { transform: translate(800px, -2px) rotate(-1deg); }
} */
#wrapper{
background-image: url('images/sparkleflashslow.gif');
background-repeat:repeat;
background-position: top left;
background-size: 5%;
}
::placeholder {
color: rgb(44, 178, 255);
text-shadow: 2px 2px white;
font-size: 1.5em;
}
.thought, .feeling, .activity, .career, .place, .fucked, .rather{
font-family: 'Ariel', sans-serif;
text-shadow: 2px 2px rgb(44, 178, 255);
font-size: 3vw;
color : #fff;
background: none;
border: none;
border-bottom: 1px solid black;
width: 70vw;
}
.mail-it {
cursor: pointer;
background-color: none;
color: #fff;
text-shadow: 2px 2px rgb(0, 0, 0);
border: 1px solid #000;
padding: 5px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 4vw;
}
.video {
padding:55.97% 0 0 0;
position:relative;
margin: 4vw;
}
.memoriesPoem {
font-family: 'Ariel', sans-serif;
text-shadow: 2px 2px rgb(44, 178, 255);
font-size: 5vw;
color : #ffffffb4;
text-align: justify;
text-justify: auto;
margin: 4vw;
overflow: scroll;
}
.rose{
max-width: 100%;
height: auto;
}
.mirrorImg{
z-index: -3;
position: absolute;
top: 15vw;
width: 500px;
height: auto;
}
.lol {
position: relative;
width: 400px;
height: 200px;
border: 3px solid #73AD21;
text-decoration: uppercase;
}