Skip to content

Instantly share code, notes, and snippets.

@yarogniew
Last active October 25, 2022 17:00
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 yarogniew/e9237dc6ed513ee0eb8d02aa8b15a3e0 to your computer and use it in GitHub Desktop.
Save yarogniew/e9237dc6ed513ee0eb8d02aa8b15a3e0 to your computer and use it in GitHub Desktop.
plik css do flaskowego projektu-flask-test
body {
background: #eee;
margin: 0 20%;
}
.top {
background: #cccccc;
border: 5px solid #acacac;
border-radius: 10px;
padding: 30px;
margin: 20px 0px;
text-align: center;
}
.menu, .footer {
background: #cccccc;
border: 3px solid #acacac;
padding: 10px;
text-align: center;
}
a {
color: #6b1d1d;
font-size: 18px;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment