Skip to content

Instantly share code, notes, and snippets.

@Josebuendia
Created July 10, 2020 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Josebuendia/e214706bc7efd2dd6a28c499011cf4ec to your computer and use it in GitHub Desktop.
Save Josebuendia/e214706bc7efd2dd6a28c499011cf4ec to your computer and use it in GitHub Desktop.
farming web app css
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
* vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
*
*= require_tree .
*= require_self
*/
.headSec {
background: url("/assets/Cows_in_a_field.jpg");
background-repeat: no-repeat;
background-size:100% 100%;
min-height:10px;
background-color: #b3e0ff;
width: 100%;
margin-bottom:10px;
overflow: auto;
}
.headSec h1 {
color: #ffffff;
font-size: 80px;
padding: 15px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {float:left;}
li a {
display: block;
color: #ffffff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.mainCont {
margin: auto;
width:80%;
border: 3px solid #b3e0ff;
padding: 10px;
text-align: center;
}
.welcomeIm {width: 30%;}
.foot {
min-height: 80px;
background-color: #b3e0ff;
width: 100%;
margin-top: 10px;
overflow: auto;
}
.container {
background: url("/assets/Site/clubhead.png");
background-repeat:no-repeat;
background-position:right bottom;
width: 100%;
min-height: 700px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment