Skip to content

Commit

Permalink
Update ui-frameworkEX.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-saloma authored Feb 22, 2024
1 parent a92817b commit da7065c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions essays/ui-frameworkEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ There are a lot more positives to using a framework than there are negatives. Th
While Bootstrap 5 is the only UI Framework I have experience with (as of right now), I can confidently say that UI Frameworks are incredibly powerful tools that can make development much faster and easier. Honestly at some points, the conveniences that UI Frameworks provides can seem as though they were magic. However, one should not rely fully on UI Frameworks. Rather, the use of UI Frameworks (in this case Bootstrap 5) with raw HTML and CSS complement each other nicely. Below are photos of the previously mentioned assignment where we had to rebuild a webpage completely. Can you tell which one is mine?

<div class="text-center p-4">
<img width="200px" class="img-thumbnail" src="../img/uiimg4.png">
<img width="200px" class="img-thumbnail" src="../img/uiimg5.png">
<img width="450px" class="img-thumbnail" src="../img/uiimg4.png">
<img width="450px" class="img-thumbnail" src="../img/uiimg5.png">
</div>

Spoiler alert: Mine is the one on the left, though you could probably tell given enough time. If I were to use only Bootstrap, it would probably be much easier to tell which one is the replica, but since I used HTML and CSS together, I was able to create something much closer to the original.
Expand Down

0 comments on commit da7065c

Please sign in to comment.