Valentinangelical's profile picture

Published by

published
updated

Category: Web, HTML, Tech

LEARNING BASIC LAYOUT HTML

BANNER CODE VVV

<style>main:before {

width: 100%;

height: 300px ;

display: block;

content: "";

background-image: url('INSERT LINK TO IMAGE HERE');

background-position: center center;

background-size: cover;

}

@media only screen and (max-width: 600px) {

main:before{

height: 200px;

}

}</style>


------------------------------------------------------------------------------------------------

ADDING YOUTUBE VIDEOS TO PAGE VVV

simply click on share on the video, then click the button that say embedded, from there simply copy the code and paste it in your profile, no extra steps

------------------------------------------------------------------------------------------------ 


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )