Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Your Work #30

Open
AsalaKM opened this issue Feb 7, 2019 · 0 comments
Open

Split Your Work #30

AsalaKM opened this issue Feb 7, 2019 · 0 comments

Comments

@AsalaKM
Copy link

AsalaKM commented Feb 7, 2019

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%;">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant