Coder Social home page Coder Social logo

dew_about_me_css's Introduction

About Me CSS

Without touching index.html, update styles.css so that the output of index.html matches this image:

mock up

dew_about_me_css's People

Contributors

robertakarobin avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dew_about_me_css's Issues

Image upload through CSS

Image won't load

.hero {
background-image: url("me.jpg");
background-color: #000;
background-repeat: no-repeat;
background-position: center;
width: auto;
height: 50%;
}

https://github.com/tomBeach/dew_about_me_css

comfort_level: 1
completeness: 3

Not sure if this is the proper homework submission procedure but the Pull Request option was "grayed out" when I attempted that method... anyway, here's the link to my forked css ddw_about_me repo

dew_about_me_css Homework Assignment -- Issues with Cloning and Pushing!

I had issues with both cloning and pushing in git today. I am getting the following error message:
"Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists."
Today is the first time this has happened.

Until I can resolve the issue, here is the code from my styles.css file for the dew_about_me_css homework assignment (comfort level and completeness below):

header {
display: block;
}

h1 {
background-color: #a60000;
color: white;
text-align: right;
font: Gringo Sans Narrow Light;
margin: 0px 1200px 0px 0px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

div.hero {
padding-top: 200px;
padding-top: 400px;
background-image: url("me.jpg");
background-size: cover;
background-repeat: no-repeat;
}

section.about {
background-color: #fff;
text-align: left;
padding-left: 400px;
padding-right: 400px;
margin: 0 auto;
font-size: 18px;
font-family: arial;
}

section.contact {
color: #ffffff;
text-decoration: none;
margin: 0px 400px 0 400px;
padding-left: 230px;
padding-right: 400px;
display: flex;
}

a.contact {
display: none;
}

footer {
font-size: 10px;
text-align: center;
background: #2C2C2C;
color: #acacac;
padding-left: 10px;;
padding-right: 10px;
padding-top: 7px;
padding-bottom: 0.02px;
margin: 0px 400px 0px 400px;
}

comfort_level: 2
completeness: 3

Sorry about that... Hopefully I can fix this problem before pull requests need to be submitted!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.