Skip to content

Commit

Permalink
zmiany
Browse files Browse the repository at this point in the history
zmiana na css style
  • Loading branch information
przebierowskiG committed Mar 8, 2024
1 parent 024792c commit 458b7ac
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 39 deletions.
40 changes: 1 addition & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Business Card</title>
<style>
body{
background: url('https://cdn.pixabay.com/photo/2016/11/22/19/17/buildings-1850129_960_720.jpg') no-repeat center center fixed ;
background-size: cover;
}
.container {
margin: 60px auto;
padding: 30px;
background-color: black;
width: 400px;
height: 160px;
color: silver;
}

.business-card img {
float: left;
}

.username, .email, .download-cv {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
}
.username span {
border-bottom: 2px solid red;
padding-bottom: 4px;

}

.email {
font-size: 15px;
}

.download-cv a {
color: red;
font-size: 12px;
text-decoration: none;
}
</style>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
Expand Down
39 changes: 39 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

body{
background: url('https://cdn.pixabay.com/photo/2016/11/22/19/17/buildings-1850129_960_720.jpg') no-repeat center center fixed ;
background-size: cover;
}
.container {
margin: 60px auto;
padding: 30px;
background-color: black;
width: 400px;
height: 160px;
color: silver;
}

.business-card img {
float: left;
}

.username, .email, .download-cv {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
}
.username span {
border-bottom: 2px solid red;
padding-bottom: 4px;

}

.email {
font-size: 15px;
}

.download-cv a {
color: red;
font-size: 12px;
text-decoration: none;
}

0 comments on commit 458b7ac

Please sign in to comment.