Skip to content

Split Your Work #30

@AsalaKM

Description

@AsalaKM

For best practice
put the styles in the external css file to be more usable
(you already have an css folder 👍 )

<style>
body,html{
box-sizing: border-box;
padding: 0;
margin: 0;
}
body{
background-image: url(https://previews.123rf.com/images/stolenpencil/stolenpencil1603/stolenpencil160300028/55885004-oops-broken-pencil-404-error-page-vector-template.jpg);
background-size: cover;
}
button{
padding: 8px 25px;
color:white;
background-color: rgb(216, 101, 206);
position: absolute;
border-radius: 10px;
right: 50px;
bottom: 50px;
}
</style>

<img src="https://images.unsplash.com/photo-1525785967371-87ba44b3e6cf?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1506&q=80" alt="Server Error" style="width:200px; margin-left:30%; margin-right: 30%; border-radius: 50%;">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions