mirror of
https://github.com/gabrielkheisa/gemini-resume-checker.git
synced 2025-08-21 11:31:16 +00:00
first
This commit is contained in:
19
static/css/style.css
Normal file
19
static/css/style.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.loading-spinner {
|
||||
display: none;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.score-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.score-container canvas {
|
||||
width: 80px !important;
|
||||
height: 80px !important;
|
||||
}
|
||||
.score-text {
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
}
|
Reference in New Issue
Block a user