Updated iframe style

nm_live
noah metz 2024-01-22 12:42:55 -07:00
parent a94099969c
commit e99ecc8f4e
1 changed files with 6 additions and 3 deletions

@ -1,4 +1,4 @@
<!DOCTYPE html>
<DOCTYPE html>
<html>
<head>
<style>
@ -18,9 +18,12 @@ body{
}
iframe{
margin: 0;
padding: 0;
border: none;
margin-right: 0;
margin-top: 3px;
margin-bottom: 0;
margin-left: 3px;
border: 1px solid purple;
}
</style>
</head>