Center everything in web portal

This commit is contained in:
swaggboi 2021-03-28 18:52:44 -04:00
parent 5313b80fdd
commit c5b25dcc40

View File

@ -1,28 +1,20 @@
% title 'Web Portal'; % title 'Web Portal';
% layout 'swagg'; % layout 'swagg';
<div class="inner"> <center>
<h2>Web Portal</h2> <h2>Web Portal</h2>
</div>
<div class="outer">
+--------------------------+<br> +--------------------------+<br>
</div>
<div class="inner">
<h3>Search the Web</h3> <h3>Search the Web</h3>
<iframe <iframe
src="https://duckduckgo.com/search.html?width=415&duck=yes&prefill=Search DuckDuckGo&bgcolor=000" src="https://duckduckgo.com/search.html?width=415&duck=yes&prefill=Search DuckDuckGo&bgcolor=000"
style="overflow:hidden;margin:0;padding:0;width:548px;height:60px;" style="overflow:hidden;margin:0;padding:0;width:548px;height:60px;"
frameborder="0"> frameborder="0">
</iframe> </iframe>
</div> <br>
<br>
<div class="outer">
+--------------------------+<br> +--------------------------+<br>
</div>
<div class="inner">
<h3>Local Weather</h3> <h3>Local Weather</h3>
<!-- weather widget start --> <!-- weather widget start -->
<img src="https://w.bookcdn.com/weather/picture/3_1103_0_1_137AE9_430_ffffff_333333_08488D_1_ffffff_333333_0_6.png?scode=2&domid=w209&anc_id=87270" <img src="https://w.bookcdn.com/weather/picture/3_1103_0_1_137AE9_430_ffffff_333333_08488D_1_ffffff_333333_0_6.png?scode=2&domid=w209&anc_id=87270"
alt="weather"/> alt="weather"/>
<!-- weather widget end --> <!-- weather widget end -->
</div> </center>
<br> <br>