diff --git a/assests/openStyle.css b/assests/openStyle.css index b1f9779..c7c7d2f 100644 --- a/assests/openStyle.css +++ b/assests/openStyle.css @@ -154,4 +154,42 @@ a{ color: #fff; margin: 0 var(--mb-2) } + + +/* Styling of cp raodmap container starts */ + h2 { + text-align: center; + margin-top: 20px; + color: #e94560; +} + +.table-container { + margin: 20px auto; + width: 100%; +} + +table { + width: 100%; + border-collapse: collapse; +} + +table th, table td { + border: 1px solid #ddd; + padding: 8px; +} + +table th { + background-color: #f2f2f2; + text-align: left; + color: #e94560; +} + +table tr:nth-child(even) { + background-color: #f9f9f9; +} + +table tr:hover { + background-color: #f2f2f2; +} +/* Styling of cp raodmap container ends */ \ No newline at end of file diff --git a/competitive.html b/competitive.html index cc36ac9..b435d0f 100644 --- a/competitive.html +++ b/competitive.html @@ -92,6 +92,38 @@
Resource | +Description | + +
---|---|
Roadmap | +This roadmap in competitive programming (CP) serves as a structured plan to guide your learning and practice efforts in order to improve your skills and performance in competitive programming competitions. | + +