sakura

"yapping with my bestie"
I'm Russian/Ukranian , and I'm AroAce
Last active:
Mood: Violent
View my: Blog | Forum Topics
Contacting sakura
SpaceHey URL:
https://spacehey.com/profile?id=2859573
sakura's Interests
General |
Gaming Art Music(violin in particular) Reading History Horror |
Music |
List time!: Europapa-Joost Taste-Sabrina Carpenter Brutal-Olivia Rodrigo Yummy- Ayesha |
Movies |
Red Notice Idk- D: |
Television |
Brooklyn 9-9 F.R.I.E.N.D.S Big Mouth Barbie- (dont laugh please) |
Books |
|
Heroes |
|
sakura's Latest Blog Entries [View Blog]
There are no Blog Entries yet.
sakura's Blurbs
About me:
Hi there <3
I'm UVR, or V for short!
I'm Aroace girlie!
If you need someone to talk to, I'm always here!
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap');
body{
background-image:url(https://data.whicdn.com/images/302633783/original.gif);
height: 100%;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
nav .top{
background-color: #FF94BB;
border-radius: 20px;
border: 2px solid #FFC3D9;
box-shadow: inset 2px 3px 5px #FFC3D9;
margin: 1em 0;
}
nav .links{
background-color: #E76292;
border-radius: 20px;
border: 2px solid #FE91B9;
box-shadow: inset 2px 3px 5px #FE91B9;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
font-style: italic;
}
nav .links li::after{
display: none;
}
main{
background-color: #FF94BB;
border-radius: 20px;
border: 2px solid #FFC3D9;
box-shadow: inset 2px 3px 5px #FFC3D9;
margin: 1em 0;
padding: .5em;
opacity: .9;
}
.profile h1{
font-family: 'Kalam', cursive;
color: white;
text-shadow: 1px 1px 2px #AC3862;
font-size: 25px;
}
.online{
font-family: 'Kalam', cursive;
color: white;
font-size: 20px;
text-shadow: 1px 1px 2px #AC3862;
animation-name: blink;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(1.0,0,0,1.0);
animation-duration: 2s;
}
.online img{
display: none;
}
.profile .profile-info{
border-radius: 20px;
border: 2px solid #FFC3D9;
box-shadow: inset 2px 3px 5px #FFC3D9;
text-shadow: 1px 1px 2px #AC3862;
color: white;
background-image: url(https://i.gifer.com/DXp.gif);
background-repeat: no-repeat;
background-size: cover;
}
.profile .general-about{
color: white;
font-style: italic;
text-shadow: 1px 1px 2px #AC3862;
}
.profile .blog-preview,
.profile .mood{
color: white;
font-style: italic;
}
.profile .profile-pic img{
border-radius: 20px;
box-shadow: 1px 1px 2px #AC3862;
filter: sepia(100%) hue-rotate(299deg);
opacity: .5;
}
.profile .contact .heading,
.profile .table-section .heading{
font-family: 'Kalam', cursive;
color: white;
background-color: #E76292;
border-radius: 20px 20px 0 0;
border: 2px solid #E76292;
box-shadow: inset 2px 3px 5px #FE91B9;
text-align: center;
padding: .5em;
font-size: 15px;
}
.profile .table-section,
.profile .contact,
.profile .url-info{
border-radius: 20px;
border: 2px solid #FFC3D9;
box-shadow: inset 2px 3px 5px #FFC3D9;
text-shadow: 1px 1px 2px #AC3862;
font-style: italic;
color: white;
}
table.details-table td {
background-color: transparent !important;
color: white !important;
font-style: italic !important;
}
.profile .blurbs .heading,
.profile .friends .heading{
color: white;
font-family: 'Kalam', cursive;
background-color: #E76292;
border-radius: 20px 20px 0 0;
border: 2px solid #E76292;
box-shadow: inset 2px 3px 5px #FE91B9;
text-align: center;
padding: .5em;
font-size: 15px;
}
.profile .blurbs,
.profile .friends{
border-radius: 20px;
border: 2px solid #FFC3D9;
box-shadow: inset 2px 3px 5px #FFC3D9;
text-shadow: 1px 1px 2px #AC3862;
font-style: italic;
color: white;
}
.profile .friends{
text-align: center;
}
.profile .friends-grid .person p{
color: white;
}
.profile .blurbs .section h4{
color: white;
padding: .5em;
}
.profile .comments-table{
background-color: #E76292;
border-radius: 20px;
border: 2px solid #FE91B9;
box-shadow: inset 2px 3px 5px #FE91B9;
font-style: italic;
color: white;
}
.profile .comments-table td{
background-color: transparent;
}
.profile .comments-table .comment-replies{
background-color: #E76292;
border-radius: 20px;
border: 2px solid #FE91B9;
box-shadow: inset 2px 3px 5px #FE91B9;
font-style: italic;
color: white;
}
.comments-table img,
.person img{
border-radius: 20px;
box-shadow: 1px 1px 2px #AC3862;
filter: sepia(100%) hue-rotate(299deg);
opacity: .5;
}
footer{
background-color: #E76292;
border-radius: 20px;
border: 2px solid #FE91B9;
box-shadow: inset 2px 3px 5px #FE91B9;
font-style: italic;
color: white;
}
.count{
color: #E76292;
}
a{
color: #DAEDFF;
text-shadow: 1px 1px 2px #AC3862;
}
a:visited {
color: #DAEDFF;
text-shadow: 1px 1px 2px #AC3862;
}
a:hover {
color: white;
}
a:active {
color: #DAEDFF;
text-shadow: 1px 1px 2px #AC3862;
}
nav .links a:hover{
text-decoration: underline;
color: #DAEDFF;
}
๐๐ CODE FOR ROUND + SPINNING !!!!!
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap');
body{
background-image:url(https://data.whicdn.com/images/302633783/original.gif);
height: 100%;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
nav .top{
background-color: #FF94BB;
border-radius: 20px;
border: 2px solid #FFC3D9;
box-shadow: inset 2px 3px 5px #FFC3D9;
margin: 1em 0;
}
nav .links{
background-color: #E76292;
border-radius: 20px;
border: 2px solid #FE91B9;
box-shadow: inset 2px 3px 5px #FE91B9;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
font-style: italic;
}
nav .links li::after{
display: none;
}
main{
background-color: #FF94BB;
border-radius: 20px;
border: 2px solid #FFC3D9;
box-shadow: inset 2px 3px 5px #FFC3D9;
margin: 1em 0;
padding: .5em;
opacity: .9;
}
.profile h1{
font-family: 'Kalam', cursive;
color: white;
text-shadow: 1px 1px 2px #AC3862;
font-size: 25px;
}
.online{
font-family: 'Kalam', cursive;
color: white;
font-size: 20px;
text-shadow: 1px 1px 2px #AC3862;
animation-name: blink;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(1.0,0,0,1.0);
animation-duration: 2s;
}
.online img{
display: none;
}
.profile .profile-info{
border-radius: 20px;
border: 2px solid #FFC3D9;
box-shadow: inset 2px 3px 5px #FFC3D9;
text-shadow: 1px 1px 2px #AC3862;
color: white;
background-image: url(https://i.gifer.com/DXp.gif);
background-repeat: no-repeat;
background-size: cover;
}
.profile .general-about{
color: white;
font-style: italic;
text-shadow: 1px 1px 2px #AC3862;
}
.profile .blog-preview,
.profile .mood{
color: white;
font-style: italic;
}
.profile .profile-pic img{
border-radius: 20px;
box-shadow: 1px 1px 2px #AC3862;
filter: sepia(100%) hue-rotate(299deg);
opacity: .5;
}
.profile .contact .heading,
.profile .table-section .heading{
font-family: 'Kalam', cursive;
color: white;
background-color: #E76292;
border-radius: 20px 20px 0 0;
border: 2px solid #E76292;
box-shadow: inset 2px 3px 5px #FE91B9;
text-align: center;
padding: .5em;
font-size: 15px;
}
.profile .table-section,
.profile .contact,
.profile .url-info{
border-radius: 20px;
border: 2px solid #FFC3D9;
box-shadow: inset 2px 3px 5px #FFC3D9;
text-shadow: 1px 1px 2px #AC3862;
font-style: italic;
color: white;
}
table.details-table td {
background-color: transparent !important;
color: white !important;
font-style: italic !important;
}
.profile .blurbs .heading,
.profile .friends .heading{
color: white;
font-family: 'Kalam', cursive;
background-color: #E76292;
border-radius: 20px 20px 0 0;
border: 2px solid #E76292;
box-shadow: inset 2px 3px 5px #FE91B9;
text-align: center;
padding: .5em;
font-size: 15px;
}
.profile .blurbs,
.profile .friends{
border-radius: 20px;
border: 2px solid #FFC3D9;
box-shadow: inset 2px 3px 5px #FFC3D9;
text-shadow: 1px 1px 2px #AC3862;
font-style: italic;
color: white;
}
.profile .friends{
text-align: center;
}
.profile .friends-grid .person p{
color: white;
}
.profile .blurbs .section h4{
color: white;
padding: .5em;
}
.profile .comments-table{
background-color: #E76292;
border-radius: 20px;
border: 2px solid #FE91B9;
box-shadow: inset 2px 3px 5px #FE91B9;
font-style: italic;
color: white;
}
.profile .comments-table td{
background-color: transparent;
}
.profile .comments-table .comment-replies{
background-color: #E76292;
border-radius: 20px;
border: 2px solid #FE91B9;
box-shadow: inset 2px 3px 5px #FE91B9;
font-style: italic;
color: white;
}
.comments-table img,
.person img{
border-radius: 20px;
box-shadow: 1px 1px 2px #AC3862;
filter: sepia(100%) hue-rotate(299deg);
opacity: .5;
}
footer{
background-color: #E76292;
border-radius: 20px;
border: 2px solid #FE91B9;
box-shadow: inset 2px 3px 5px #FE91B9;
font-style: italic;
color: white;
}
.count{
color: #E76292;
}
a{
color: #DAEDFF;
text-shadow: 1px 1px 2px #AC3862;
}
a:visited {
color: #DAEDFF;
text-shadow: 1px 1px 2px #AC3862;
}
a:hover {
color: white;
}
a:active {
color: #DAEDFF;
text-shadow: 1px 1px 2px #AC3862;
}
nav .links a:hover{
text-decoration: underline;
color: #DAEDFF;
}
Who I'd like to meet:
RYAN RENOLDS AHHHHH ANDY SAMBERGGGG DANNY GONZALAS
sakura's Friend Space
[view all]sakura has 7 friends.
sakura's Friends Comments
Displaying 0 of 0 comments ( View all | Add Comment )