Skip to content

Commit 56d5811

Browse files
committed
updated
1 parent 7873f38 commit 56d5811

6 files changed

Lines changed: 6 additions & 5 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

hw1/cpp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Home</title>
88
<link href="https://fonts.googleapis.com/css2?family=Boldonse&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
9-
<link href="styles.css" rel="stylesheet">
9+
<link href="styles.css?v=3" rel="stylesheet">
1010
</head>
1111
<body>
1212
<nav>

hw1/hw1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Home</title>
88
<link href="https://fonts.googleapis.com/css2?family=Boldonse&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
9-
<link href="styles.css" rel="stylesheet">
9+
<link href="styles.css?v=3" rel="stylesheet">
1010
</head>
1111

1212

hw1/java.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Java</title>
88
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
9-
<link href="styles.css" rel="stylesheet">
9+
<link href="styles.css?v=3" rel="stylesheet">
1010
</head>
1111
<body>
1212
<nav>

hw1/python.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Home</title>
88
<link href="https://fonts.googleapis.com/css2?family=Boldonse&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
9-
<link href="styles.css" rel="stylesheet">
9+
<link href="styles.css?v=3" rel="stylesheet">
1010
</head>
1111
<body>
1212
<nav>

hw1/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ body {
1313
text-align: center;
1414
}
1515
a.foot{
16+
display: inline-block;
1617
color: black;
1718
text-decoration: none;
1819
padding: 12px 24px;
@@ -96,4 +97,4 @@ footer{
9697
text-align: center;
9798
line-height: 1.6;
9899
text-indent: 2em;
99-
}
100+
}

0 commit comments

Comments
 (0)