Skip to content

Commit ff6bae2

Browse files
Update index.html
1 parent 5320fca commit ff6bae2

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

index.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
4+
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>ROBOSE</title>
77
<meta name="description" content="ROBOSE Project Page">
8+
<!-- Bootstrap 3 -->
89
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
10+
<!-- FontAwesome for icons -->
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
912
<style>
1013
body {
1114
padding-top: 50px;
@@ -17,6 +20,19 @@
1720
max-width: 100%;
1821
height: auto;
1922
}
23+
.link-block {
24+
margin: 5px;
25+
display: inline-block;
26+
}
27+
.btn-custom {
28+
border-radius: 25px;
29+
background-color: #333;
30+
color: white;
31+
}
32+
.btn-custom:hover {
33+
background-color: #555;
34+
color: white;
35+
}
2036
</style>
2137
</head>
2238
<body>

0 commit comments

Comments
 (0)