File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 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 ;
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 >
You can’t perform that action at this time.
0 commit comments