source: src/main/resources/static/css/appBarStyle.css@ d659b83

main
Last change on this file since d659b83 was d659b83, checked in by Marko_Gjorgjievski_201136 <marko.gjorgjievski@…>, 2 months ago

Commiting the whole project

  • Property mode set to 100644
File size: 461 bytes
Line 
1body {
2 font-family: Arial, sans-serif;
3 margin: 0;
4 padding: 0;
5}
6
7.appbar {
8 background-color: #333;
9 overflow: hidden;
10}
11
12.appbar a {
13 display: block;
14 color: white;
15 text-align: center;
16 padding: 14px 16px;
17 text-decoration: none;
18}
19
20.appbar a:first-child {
21 float: left;
22}
23
24.appbar a:not(:first-child) {
25 float: right;
26}
27
28.appbar a:hover {
29 background-color: #ddd;
30 color: black;
31}
32
33.content {
34 padding: 16px;
35}
Note: See TracBrowser for help on using the repository browser.