survey-webapp/SurveyFrontend/src/components/SurveyPage/SurveyPage.module.css
2025-06-02 23:15:01 +05:00

10 lines
No EOL
127 B
CSS

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