Skip to content

Commit

Permalink
Nothing special
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikeeee committed Oct 16, 2020
1 parent 43f1785 commit c374a87
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 14 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added css/.DS_Store
Binary file not shown.
35 changes: 23 additions & 12 deletions css/bank.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,43 @@ body{
font-size: 15px;
}

header{
/*background-color: teal;*/
text-align: center;
.header{
background-color: grey;
/*text-align: center;*/
padding-top: 25px;
padding-bottom: 20px;
background-image: url(clouds.jpg);

/*background-size: 75% 75%;*/
/*background-image: url(immagini/clouds.jpg);
background-size: 75%;
background-repeat: no-repeat;
background-position: center;*/

}

header h1{
.header h1{
color: white;
font-size: 30px;
position: relative;
/*text-align: left;*/
left: 50px;



}

header img{
.header img{
float: left;
width: 75px;
height: 75px;
border: 2px solid black;
margin-left: 100px;
}

/* max width of text */
main {
max-width: 800px;
margin: 0 auto;
padding: 0 20px;
padding-bottom: 50px;

/*text-align: center;*/
}
Expand All @@ -53,18 +64,18 @@ a:hover{
}

footer {
background-color: teal;
background-color: grey;
text-align: center;
padding: 8px;
}

.container{
/*.container{
width: 100%;
height: 100%;
background: #42455;
background: grey;
align-items: center;
display: inline-block;
}
}*/



Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
</head>
<body>
<!-- header element -->
<header>
<div class= "header">
<img src="img/bank-logo.png">
<h1>Conceal Financial</h1>
</header>
</div>

<!-- <div class="container"> -->
<!-- <div class="menu"> -->
Expand Down

0 comments on commit c374a87

Please sign in to comment.