Skip to content

Commit 2abe181

Browse files
author
Robert Sfarzo
committed
flex start
1 parent 140bc2c commit 2abe181

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</head>
1010

1111
<body>
12+
<div class="row">
1213
<div>
1314
<a class="button" href="/rock">
1415
Play Rock
@@ -26,7 +27,7 @@
2627
Play Scissors
2728
</a>
2829
</div>
29-
30+
</div>
3031
<h1>
3132
Welcome to Rock-Paper-Scissors!
3233
</h1>

public/styles.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,15 @@
1313
margin: 4px 2px;
1414
cursor: pointer;
1515
border-radius: 12px;
16+
}
17+
/*****************************/
18+
.container {
19+
width: 100%;
20+
}
21+
.row {
22+
display: flex;
23+
justify-content: start;
24+
}
25+
.one-third {
26+
width: 32%;
1627
}

0 commit comments

Comments
 (0)