mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 11:36:50 +00:00 
			
		
		
		
	tags
This commit is contained in:
		| @@ -12,9 +12,9 @@ | ||||
|  | ||||
|  | ||||
|   <!-- Main Stylesheets & Scripts -->  | ||||
|   <link rel="stylesheet" href="static/ReviewCard.css" /> | ||||
|   <link rel="stylesheet" href="static/reset.css" /> | ||||
|   <script src="assets/scripts/main.js" type="module"></script> | ||||
|   <link rel="stylesheet" href="/static/ReviewCard.css" /> | ||||
|   <link rel="stylesheet" href="/static/reset.css" /> | ||||
|   <script src="/source/assets/scripts/main.js" type="module"></script> | ||||
|  | ||||
| </head> | ||||
| <body> | ||||
|   | ||||
| @@ -47,7 +47,28 @@ | ||||
|     row-gap: 10px; | ||||
|     width: 100%; | ||||
|   } | ||||
|    | ||||
|   .tag { | ||||
|   background-color: grey; | ||||
|   border-radius: 7px; | ||||
|   color: white; | ||||
|   padding-right: 7px; | ||||
|   padding-left: 7px; | ||||
|   margin: 3px; | ||||
| } | ||||
|  | ||||
| .tag::before { | ||||
|   display: inline-block; | ||||
|   content: 'x'; | ||||
|   height: 15px; | ||||
|   width: 15px; | ||||
|   margin-right: 4px; | ||||
|   text-align: center; | ||||
|   color: white; | ||||
|   cursor: pointer; | ||||
| } | ||||
| .tag:hover::before{ | ||||
|   color: red; | ||||
| } | ||||
|   .danger { | ||||
|     background-color: rgb(254, 171, 171); | ||||
|     border-color: red; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user