survey-webapp/SurveyFrontend/src/components/SurveyPage/SurveyPage.module.css
2025-05-24 16:46:52 +05:00

10 lines
No EOL
127 B
CSS

.survey_page{
width: 85%;
}
.error{
color: #C0231F;
text-align: center;
margin: 10px 0;
font-size: 18px;
}