Skip to content

Commit

Permalink
add border
Browse files Browse the repository at this point in the history
  • Loading branch information
BaderSarah committed Apr 22, 2024
1 parent 466c96d commit af0a82a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion courses.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/stylesheetCourses.css" />
<link rel="stylesheet" href="/css/stylesheetCourses.css"/>
<title>Document</title>
</head>
<body>
Expand Down
5 changes: 5 additions & 0 deletions css/stylesheetIndex.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
border-radius: 30px;
}

.flexboxContainer p:nth-child(odd):hover {
border-radius: 20px;
border: black 2px dashed;
}

h1 {
font-family: headerFont, Arial, Helvetica, sans-serif;
text-align: center;
Expand Down

0 comments on commit af0a82a

Please sign in to comment.