Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background-color: #f8f9fa;
- margin: 0;
- }
- .Titolo {
- background: #6E6F6E;
- color: #ffffff; /*colore titolo*/
- font-size: 60px; /*Grandezza Font*/
- /*serve per renderlo fluido:*/
- width: auto;
- height: auto;
- text-align: center;
- text-anchor: middle;
- }
- .impo {
- background-color: #6E6F6E;
- border: none; /*non si notano i bordi*/
- color: white;
- text-align: center;
- cursor: pointer;
- font-size: 10px;
- }
- .container {
- animation:fac
- }
- @media only screen and (max-width:600px)
- {
- .Titolo{
- font-size: 30px;
- text-align:center;
- text-anchor: start;
- }
- .impo{
- font-size: 5px;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment