im trying to put something then ive noticed all of my blinkies arent showing ?? helpmee im actually gonna tweak i hate coding
SCREAMING can some1 help me pretty pls x
0 Kudos
im trying to put something then ive noticed all of my blinkies arent showing ?? helpmee im actually gonna tweak i hate coding
0 Kudos
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Leoπ
if ya send me ur code/a picture of it i might b able to help :D
should i just copy and paste the whole of what ive put in about me + most of it is just from layouts i just add my own photos and that soo
by π . summer ! ΰ§; ; Report
yeah that works!
by Leoπ; ; Report
i js use this:
body:before {
content: " ";
height: 100vh;
width: 100vw;
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 100;
background-image: url('https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExOXppbmoxMzZxeXM0dzF5NjhqODFuNW1iaTEyd2dna2toc2o0OHVleiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/SqKceTiTs99y8/giphy.gif');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
animation: yourAnimation 4s ease 0s 1 normal forwards;
pointer-events: none;
}
@keyframes yourAnimation {
0% { opacity: 1; }
75% { opacity: 1; }
100% { opacity: 0; }
}
<style>
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
* {
font-family: 'Press Start 2P', system-ui !important;
}
body {
background: url(https://i.pinimg.com/564x/58/05/14/5805148718ef13071cb73f038010e131.jpg);
}
.profile {
background: insert color of main profile ;
}
h1
{
color:
h1
{ color: white;
//text-shadow: 1px 1px #de007a;
};
text-shadow: 2px 2px 3px #ffd1dc, 0 0 25px #ffd1dc, 0 0 5px black;
}
h1, h2, h3, h4,h5,a, p, nav label, .section
{
main, top, links, nav .top, nav .links, details-table
{
background: !important;
background-image: !important;
background-size: cover !important;
padding: 0 !important;
/*font-size: small;*/
color: #de007a;
{
.mood
text-transform:uppercase !important;
}
table, td
}
/* border: 1px solid var(--url-pink-bg)!important; */
border-spacing: 2px;
}
.profile .contact, .profile .url-info, .profile .table-section, .home-actions
{
width: 100%;
border: 2px solid var(--#de007a);
}
table, th, td
}
border: 1px solid #de007a;
border-spacing: 2px;
}
.blog
}
border: 10px solid #de007a;
}
.profile .contact, .profile .url-info, .profile .table-section, .home-actions
}
width: 100%;
border: 4px outset #de007a;
margin 10px 2;
}
.online
{
color: gold!important;
//text-shadow: 1px 1px white;
}
:root
{
--logo-blue: ;
--darker-blue: ;
--lighter-blue: #de007a;
--even-lighter-blue: ;
--lightest-blue: ;
--dark-orange: ;
--light-orange: ;
--even-lighter-orange: ;
--turquoise: ;
--table-header: white;
--table-color: white;
--link-text: white;
--main-text: white;
}
main
{
/* changes made to stuff outside of columns */
background: black;
padding: 0;
font-size: small;
color: #de007a;
text color: white;
text-shadow: 1px 1px 2px #000000, 0 0 25px #000000, 0 0 3px #000000;
}
footer
{
background: white!important;
}
.comments-table{
display: block;
height: 500px;
overflow-y: scroll;
Border-radius: 8px;
color: #fe7ec0;
text-shadow: 1px 1px 2px #000000, 0 0 25px #000000, 0 0 3px #000000;
}
.contact {
border-radius: 8px;
background-image: url(https://i.pinimg.com/564x/12/26/da/1226da48f3419881bc6521cc740aff22.jpg);
background-position: right top;
background-repeat: repeat;
background-attachment: scroll;
Width: 310px;
Height:180px;
color: #fe7ec0;
text-shadow: 1px 1px 2px #de007a, 0 0 25px #de007a, 0 0 3px #fe7ec0;
}
.friends th, tr, .friends td, th, .icon, main, .comments-table, .friends, .profile-info, .table, .table-section, .url-info, .mood, .blurbs, .blog-preview, .details,
{
border: 1px curve none !important;
outline: none !important;
}
img
{
border-radius: 12px;
}
main {
background: black;
border-radius: 14px;
padding: 0;
font-size: 85%;
color: #000000;
}
nav, footer, .profile .contact {
display: inherit !important;
opacity: 1 !important;
border-radius: 12px;
}
main {
background: ;
border-radius: 12px;
border: 12px solid #000000;
padding: 0;
font-size: 90%;
color: #fe7ec0;
}
nav .top {
background: transparent;
}
nav .links {
background: rgba(0, 0, 0, 0.3);
}
nav { background-image: url(https://i.pinimg.com/564x/04/41/7a/04417a09654055cec975c0f038114492.jpg)
}
/*customising interests box*/
.profile .table-section{
border:2px solid #de007a;
border-radius: 15px;
}
.profile .table-section .heading{
background:#000000;
border: 1px solid #fe7ec0;
border-radius: 15px 15px 0px 0px;
text-align: center;
}
.profile .table-section .heading h4{
color: #fe7ec0;
text-shadow: 1px 1px 2px black;
}
.profile .table-section .details-table td{
background: rgba(0, 0, 0, 0);
padding-right: 10%;
}
.profile .friends .heading{
background: #de007a;
color: #fe7ec0;
text-shadow: 1px 1px 2px black;
text-align: center;
}
.profile .friends .heading h4{
text-align: center;
color: #fe7ec0;
text-shadow: 1px 1px 2px black
}
.general-about {
background-image: url(https://i.pinimg.com/originals/cc/f5/fe/ccf5fe8c626aa07f982b80993f0c0d39.gif);
padding: 20px;
border-radius: 10px;
box-shadow: 4px 4px 0 #2d1157;
text-align: center;
animation: nineties2 2s ease 0s infinite normal none;
animation-delay: .46s;
}
.profile .blurbs .section :nth-child(2) {
background-image: url(https://i.pinimg.com/originals/4e/84/ad/4e84ad7ad452c02ce0a4c20d82c934ae.gif);
/* margin-top: -5px; */
padding: 18px;
box-shadow: 4px 4px 0 #000;
}
.profile .profile-info .inner h3 {
filter: drop-shadow(3px 3px 0 #000000);
margin: 0!important;
color:#FFF;
}
.profile .profile-info .inner h3 a {
color: #FFFFFF;
}
.profile .profile-info {
background-image: url(https://i.pinimg.com/564x/f3/82/9b/f3829b2ec277e87c1c72fac323431696.jpg);
padding: 20px;
border: none;
border-radius: 10px;
box-shadow: 4px 4px 0 #2d1157;
text-align: center;
animation: nineties2 2s ease 0s infinite normal none;
animation-delay: .15s;
border: none;
}
<div>
<img src="https://i.postimg.cc/13VZ7tVX/IMG-2131.gif"/>
<img src="https://adriansblinkiecollection.neocities.org/g6.gif"/>
<img src="https://external-media.spacehey.net/media/s6Ei8dYFPmq5h8Tj9JkKJkgxIPlNp12LjAaoBh9lsS0s=/https://i3.glitter-graphics.org/pub/862/862823aiyn9xdpp9.gif"/>
<img src="https://i.postimg.cc/KYy0ZgdV/IMG-2128.gif" style="height: 20px;"/>
<img src="https://adriansblinkiecollection.neocities.org/g10.gif"/>
<img src="https://y2k.neocities.org/blinkiez/tumblr_pc38rqsNC61u4h28eo8_250.gif"/>
<img src="https://i.postimg.cc/65vVypLN/IMG-2126.gif" style="height: 20px;"/>
<img src="https://adriansblinkiecollection.neocities.org/g41.gif"/>
<img src="https://y2k.neocities.org/blinkiez/tumblr_static_etyd5ipfqc0844w88oc0s08s8.gif"/>
<img src="https://adriansblinkiecollection.neocities.org/z15.gif"/>
<img src="https://i.postimg.cc/pr0SrXDj/IMG-2125.gif"/>
<img src="https://i.postimg.cc/G2B0DDmQ/IMG-2127.gif" style="height: 20px;"/>
<img src="https://adriansblinkiecollection.neocities.org/y2.gif"/>
<img src="https://i.postimg.cc/hGqCyJgS/IMG-2134.gif"/>
<img src="https://supplies.ju.mp/assets/images/gallery08/5d568c5f_original.gif?v=1c1ba870"/>
<img src="https://adriansblinkiecollection.neocities.org/g97.gif"/>
<img src="https://i.postimg.cc/YSHH6qsF/IMG-2130.gif"/>
<img src="https://i.postimg.cc/252K1kRr/IMG-2129.gif"/>
<img src="https://i.postimg.cc/HszZZWn5/IMG-2135.gif"/>
<img src="https://i.postimg.cc/BQPbNbM7/IMG-2136.gif" style="height: 20px;"/>
<img src="https://supplies.ju.mp/assets/images/gallery08/06a96a7c_original.gif?v=1c1ba870"/>
<img src="https://i.postimg.cc/7PmpjpsJ/IMG-2131.gif"/>
<img src="https://external-media.spacehey.net/media/sDHa1ZbPovKqrPt6GN_4U_k78WB9v1cAQJpbkTMiI9OA=/https://64.media.tumblr.com/b6d6039d2a615fbae5a68e462f0e1de5/8827926dd56fd31f-47/s75x75_c1/69b93db6210362c37ce8e29a96252a4e4f400655.gifv"/>
<img src="https://external-media.spacehey.net/media/sYAy5Bbka0l8P8ezoMwOmsWdH386f7W5hy4m6la6C9ZU=/https://64.media.tumblr.com/3d110b11443bcab4cf59fa381f0274ea/03dea6320b0ffd94-64/s75x75_c1/e572d4e7e59dfeffb69a1a673131826e79f32ad7.gifv"/>
<img src="https://external-media.spacehey.net/media/sKIKJZ7GdJFBS5x2aFjYUn-LOjyr6-M8n9lmlaviFigY=/https://64.media.tumblr.com/2fa39ca11e3079a40c7ba04b43925b4e/03dea6320b0ffd94-79/s75x75_c1/1ac63c8af67998deb4ffd0b8ed62eed35ad5d9e9.gifv"/>
<img src="https://external-media.spacehey.net/media/sSBXp6npNVFGRYfgdnuxkxuq4nF9w-Mc-Y6qW9tsY3Ro=/http://dl6.glitter-graphics.net/pub/1386/1386256a4fw6goidx.png"/>
<img src="https://external-media.spacehey.net/media/sJCnyGw0VRs62ZetPm4qMkGt9TJ-B-JvSh9LCF9mWKoI=/https://64.media.tumblr.com/2f3ac72742484e2e7bfe708c26d7bd05/36de50136bc71845-2d/s75x75_c1/c4abeb86e549b829ca56b8376d73ddfa2bfa3f21.gifv"/>
by π . summer ! ΰ§; ; Report
wait i didnt copy it all i put at the start btw
by π . summer ! ΰ§; ; Report
i think your issue might be that ur blinkies are in the wrong spot? when you edit your code, your blinkes should be in the about me (or other) text box and your css should go in the very bottom box where it says Code, then HTML/CSS Code. otherwise im not entirely sure but i cld do more messing around if thats not the case :]
by Leoπ; ; Report
i did put them all in about me, unless if its my placement bc i put them all at the bottom, should i move them all to the top instead? ^^
by π . summer ! ΰ§; ; Report
ohhhhhh all my coding is in about me so thats probs why ill try that and lyk if it works :)
by π . summer ! ΰ§; ; Report
im on laptop and theres no code box for me, is that only on the mobile app?
by π . summer ! ΰ§; ; Report
hmm no im on desktop and it shows up :L maybe see if you can move the css to another box? im really not sure how to help otherwise >_<
by Leoπ; ; Report
ill try move it over in mobile app + see if it doesnt mess w my layout
by π . summer ! ΰ§; ; Report
best of luck ^_^
by Leoπ; ; Report
spacehey got blocked in my country im on a vpn rn so i cant get on my phone 4 it
by π . summer ! ΰ§; ; Report
oh no D: sux o.O
by Leoπ; ; Report