Skip to content

Commit 82ec44a

Browse files
committed
added yet more index styling
added more styling for the index image
1 parent 0e4bfa5 commit 82ec44a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

css/myStyles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ a:active {
5656
/*border-radius: 20px;
5757
box-shadow: rgba(0,0,0,0.2) 0px 2px 3px, inset rgba(0,0,0,0.2) 0px -1px 2px;
5858
border:10px solid #13001a; */
59+
background-size: cover;
60+
background-position: center;
61+
background-repeat:no-repeat;
62+
63+
5964
}
6065

6166
#btn-custom {
@@ -118,6 +123,8 @@ a:active {
118123
padding-left: 20px;
119124
padding-right: 40px;
120125
background-size: cover;
126+
background-repeat:no-repeat;
127+
background-position: center;
121128
}
122129

123130
.jumbotron {

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<h1 id="pageTitle" class="text-center">Philly Queer Tango</h1>
4343
</div>
4444
<section id="main" class="container container-fluid">
45-
<div class ="jumbotron row-fluid" id="jumbo">
46-
<div class ="jumbotron row-fluid" id="imgJumbo">
45+
<div class ="jumbotron" id="jumbo">
46+
<div class ="jumbotron" id="imgJumbo">
4747
<div class="img-rounded img-responsive" style="text-align: center;" id="images"><img src="images/pqtflyer.png" alt="Image of Philly Queer Tango flyer">
4848
</div>
4949
</div>

0 commit comments

Comments
 (0)