Commit
·
3a6d1b7
1
Parent(s):
bd07d3a
Add text-align center to anchor tags
Browse files- styles.css +1 -0
styles.css
CHANGED
|
@@ -12,6 +12,7 @@ p {
|
|
| 12 |
|
| 13 |
a {
|
| 14 |
text-decoration: none;
|
|
|
|
| 15 |
}
|
| 16 |
|
| 17 |
.mybtn {
|
|
|
|
| 12 |
|
| 13 |
a {
|
| 14 |
text-decoration: none;
|
| 15 |
+
text-align: center;
|
| 16 |
}
|
| 17 |
|
| 18 |
.mybtn {
|