Skip to content

Commit bf0377d

Browse files
committed
Remove links
1 parent 1bc65ac commit bf0377d

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
<html>
33
<head>
44
<title>Sam's Sarnies</title>
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<link href='http://fonts.googleapis.com/css?family=Vast+Shadow' rel='stylesheet' type='text/css'>
7-
8-
<link rel="stylesheet" href="dist/css/bootstrap.css">
9-
<link rel="stylesheet" href="main.css">
10-
115

126
</head>
137

main.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#social-buttons button {
2+
color: white;
3+
}
4+
.btn-twitter {
5+
background-color: #00acee;
6+
border-color: #009ad5;
7+
}
8+
9+
.btn-facebook {
10+
background-color: #4868ac;
11+
border-color: #314776;
12+
}
13+
14+
.btn-pinterest {
15+
background-color: #b62f26;
16+
border-color: #b62f26;
17+
}

0 commit comments

Comments
 (0)