Skip to content

Instantly share code, notes, and snippets.

@ivanelson
Created December 7, 2019 14:29
Show Gist options
  • Save ivanelson/a2ca6943f9e950241ae2e813f59fff94 to your computer and use it in GitHub Desktop.
Save ivanelson/a2ca6943f9e950241ae2e813f59fff94 to your computer and use it in GitHub Desktop.
style css
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 6 Dec, 2019, 10:08:20 AM
Author : ivan
*/
.error {color: #FF0000;}
input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=submit] {
width: 10%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
font-style: bold;
font-family: Arial;
font-size: 17px;
}
input[type=submit]:hover {
background-color: #45a049;
}
/* border-radius: 10px
/*
div {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}
*/
/* ICON */
img.top {
vertical-align: text-top;
}
img.bottom {
vertical-align: text-bottom;
}
/* Configurações de IMAGENS */
.container {
position: relative;
}
.bottomleft {
position: absolute;
bottom: 8px;
left: 16px;
font-size: 18px;
}
label { font-style: bold; }
img {
max-width: 50%;
height: auto;
}
/* Style the body */
body {
font-family: Arial;
margin: 0;
}
/* Header/Logo Title */
.header {
padding: 10px;
text-align: center;
background: #4CAF50; /* #1abc9c; */
color: white;
font-size: 15px;
}
/* Page Content */
.content {padding:20px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment